aboutsummaryrefslogtreecommitdiff
path: root/audio/whipper/whipper.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-07 10:55:52 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 23:02:03 +0700
commit73c2239a3dd3938845f7eb7d7869e99d9d17f358 (patch)
treea0825b0c98e3905b17ae0492ad43628b3444d8a2 /audio/whipper/whipper.SlackBuild
parent46360557cde7b697b20e10983b0b8dfbac75e621 (diff)
audio/whipper: Updated for version 0.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whipper/whipper.SlackBuild')
-rw-r--r--audio/whipper/whipper.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild
index 8e63f12d24..11b2248e59 100644
--- a/audio/whipper/whipper.SlackBuild
+++ b/audio/whipper/whipper.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whipper
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,7 +81,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true