summaryrefslogtreecommitdiffstats
path: root/audio/qastools/qastools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/qastools/qastools.SlackBuild')
-rw-r--r--audio/qastools/qastools.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/qastools/qastools.SlackBuild b/audio/qastools/qastools.SlackBuild
index a5893a42d1..fdf0fb574f 100644
--- a/audio/qastools/qastools.SlackBuild
+++ b/audio/qastools/qastools.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for qastools
-# Copyright 2012-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qastools
-VERSION=${VERSION:-0.21.0}
+VERSION=${VERSION:-0.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,16 +53,16 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="CHANGELOG COPYING README TODO"
+DOCS="CHANGELOG COPYING README.md TODO"
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PRGNAM}_${VERSION}
-tar xvf $CWD/${PRGNAM}_${VERSION}.tar.?z*
-cd ${PRGNAM}_${VERSION}
+rm -rf ${PRGNAM}-v${VERSION}
+tar xvf $CWD/${PRGNAM}-v${VERSION}.tar.?z*
+cd ${PRGNAM}-v${VERSION}
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \