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 diff --git a/audio/whipper/whipper.info b/audio/whipper/whipper.info index 4a0a1af673..f2ea4b28fd 100644 --- a/audio/whipper/whipper.info +++ b/audio/whipper/whipper.info @@ -1,8 +1,8 @@ PRGNAM="whipper" -VERSION="0.8.0" +VERSION="0.10.0" HOMEPAGE="https://github.com/whipper-team/whipper" -DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/whipper/whipper-0.8.0.tar.gz" -MD5SUM="927531dca825af6ede1bafe7e2135d44" +DOWNLOAD="https://github.com/whipper-team/whipper/archive/v0.10.0/whipper-0.10.0.tar.gz" +MD5SUM="ad9e6cb208fdb799ba21ded976e868b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cddb-py mutagen musicbrainzngs pycdio python-ruamel.yaml"