diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-07 18:59:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:23:43 -0500 |
commit | 6d78ed31024e84aace293a52622a82dc1034a5a8 (patch) | |
tree | 9bdc8a56be2fd3e9a2335fc30cba872a4457f4fa /audio | |
parent | f973762f935e727580fc6671c259168a0e789a7b (diff) | |
download | slackbuilds-6d78ed31024e84aace293a52622a82dc1034a5a8.tar.gz |
audio/qastools: Updated for version 0.17.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qastools/qastools.SlackBuild | 6 | ||||
-rw-r--r-- | audio/qastools/qastools.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/audio/qastools/qastools.SlackBuild b/audio/qastools/qastools.SlackBuild index 4665342a5c..a26ebdfe9d 100644 --- a/audio/qastools/qastools.SlackBuild +++ b/audio/qastools/qastools.SlackBuild @@ -4,8 +4,8 @@ # Written by ponce <matteo.bernardini@gmail.com> PRGNAM=qastools -VERSION=${VERSION:-0.16.1} -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.17.2} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,6 +65,8 @@ cd .. # move the man pages in the proper place mv $PKG/usr/share/man $PKG/usr/man +# This slipped, ops +rm $PKG/usr/share/qastools/COPYING 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/qastools/qastools.info b/audio/qastools/qastools.info index c884f5e918..1018247555 100644 --- a/audio/qastools/qastools.info +++ b/audio/qastools/qastools.info @@ -1,8 +1,8 @@ PRGNAM="qastools" -VERSION="0.16.1" +VERSION="0.17.2" HOMEPAGE="http://xwmw.org/qastools/" -DOWNLOAD="http://downloads.sourceforge.net/qastools/qastools_0.16.1.tar.bz2" -MD5SUM="463f2cd4bd51086f6ee8ecc00c5a2969" +DOWNLOAD="http://downloads.sourceforge.net/qastools/qastools_0.17.2.tar.xz" +MD5SUM="54792730644ef1d6f23f51d47e8b4ba3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |