diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:24:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | 151f54ca5c01e0c762fe622083188db6b5f305e3 (patch) | |
tree | 20fe47a327dfb7a1b06a742eb5ccb73a267e1c8a /python/python-whisper/python-whisper.SlackBuild | |
parent | 51277c480f4601b9ebdeba4f429e2a7a50e55110 (diff) |
python/python-whisper: Updated for version 0.9.15.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'python/python-whisper/python-whisper.SlackBuild')
-rw-r--r-- | python/python-whisper/python-whisper.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/python/python-whisper/python-whisper.SlackBuild b/python/python-whisper/python-whisper.SlackBuild index 175b827bda8ca..180ec9992dc13 100644 --- a/python/python-whisper/python-whisper.SlackBuild +++ b/python/python-whisper/python-whisper.SlackBuild @@ -23,12 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-whisper -VERSION=${VERSION:-0.9.13_pre1} +VERSION=${VERSION:-0.9.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=whisper -SRCVER=${SRCVER:-0.9.13-pre1} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -62,9 +61,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$SRCVER -tar xvf $CWD/$SRCVER.tar.gz || tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz -cd $SRCNAM-$SRCVER +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |