aboutsummaryrefslogtreecommitdiff
path: root/system/hyperfine/hyperfine.SlackBuild
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2022-05-18 18:22:35 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:04 +0700
commit9e4922d81a297b2aa8b70c174d3c0b6bb3f9b424 (patch)
treea306c04e64bf4c26554bd95f8dd7ee223bc98d4a /system/hyperfine/hyperfine.SlackBuild
parent07cf092599ec869babc63cda9b0c17d745f07b60 (diff)
system/hyperfine: Updated for version 1.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hyperfine/hyperfine.SlackBuild')
-rw-r--r--system/hyperfine/hyperfine.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/hyperfine/hyperfine.SlackBuild b/system/hyperfine/hyperfine.SlackBuild
index 558802f0cb0a9..e4a73932f4c85 100644
--- a/system/hyperfine/hyperfine.SlackBuild
+++ b/system/hyperfine/hyperfine.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hyperfine
-VERSION=${VERSION:-1.13.0}
+VERSION=${VERSION:-1.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -154,8 +154,8 @@ cp -a doc/{execution-order.png,execution-order.svg,histogram.png} \
cp -a scripts/README.md $PKG/usr/doc/$PRGNAM-$VERSION/README-scripts.md
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-# python scripts for working with json output; see README for their runtime
-# dependencies.
+# python scripts for working with json output; see README-scripts.md in
+# the doc directory after installation for runtime dependencies.
mkdir -p $PKG/usr/share/$PRGNAM
install -m 755 scripts/*.py $PKG/usr/share/$PRGNAM
sed -i 's|/usr/bin/env python|/usr/bin/python3|' $PKG/usr/share/$PRGNAM/*