diff options
Diffstat (limited to 'python/python-whisper')
-rw-r--r-- | python/python-whisper/python-whisper.SlackBuild | 9 | ||||
-rw-r--r-- | python/python-whisper/python-whisper.info | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python-whisper/python-whisper.SlackBuild b/python/python-whisper/python-whisper.SlackBuild index 8dd67c8da6..bfdca3622c 100644 --- a/python/python-whisper/python-whisper.SlackBuild +++ b/python/python-whisper/python-whisper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-whisper -# Copyright 2015 Mario Preksavec, Zagreb, HR +# Copyright 2015 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-whisper -SRCNAM=whisper -SRCVER=0.9.13-pre1 -VERSION=${VERSION:-0.9.13pre1} +VERSION=${VERSION:-0.9.13_pre1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=whisper +SRCVER=${SRCVER:-0.9.13-pre1} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; diff --git a/python/python-whisper/python-whisper.info b/python/python-whisper/python-whisper.info index 7653c591e3..b1c05e992f 100644 --- a/python/python-whisper/python-whisper.info +++ b/python/python-whisper/python-whisper.info @@ -1,5 +1,5 @@ PRGNAM="python-whisper" -VERSION="0.9.13pre1" +VERSION="0.9.13_pre1" HOMEPAGE="https://github.com/graphite-project/" DOWNLOAD="https://github.com/graphite-project/whisper/archive/0.9.13-pre1.tar.gz" MD5SUM="0e648f7e361dfcf908ec49f73d52dc32" |