diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2012-12-24 00:52:14 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-24 00:52:35 +0100 |
commit | 343634f32e0a050fcec0b0ba3c1cffc5f89edd0e (patch) | |
tree | 1ea3d09b4d2653a0de0e0e7da2a7bfc7ed6ef440 /audio | |
parent | 12de7751f9d63fbe1f10c919828a55fcabb1fce8 (diff) | |
download | slackbuilds-343634f32e0a050fcec0b0ba3c1cffc5f89edd0e.tar.gz |
audio/python-audiotools: Updated for version 2.19, misc cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 6 | ||||
-rw-r--r-- | audio/python-audiotools/python-audiotools.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index 7eaaab95a8..02468e1119 100644 --- a/audio/python-audiotools/python-audiotools.SlackBuild +++ b/audio/python-audiotools/python-audiotools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Python Audio Tools # Home Page: http://audiotools.sourceforge.net/ -# Copyright (c) 2010-2012, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2010-2013, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. @@ -26,11 +26,11 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="python-audiotools" -VERSION=${VERSION:-2.18} +VERSION=${VERSION:-2.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=$(echo $PRGNAM | cut -f2 -d-) +SRCNAM="$(printf $PRGNAM | cut -f2 -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/audio/python-audiotools/python-audiotools.info b/audio/python-audiotools/python-audiotools.info index 00e001b99b..dcb0932696 100644 --- a/audio/python-audiotools/python-audiotools.info +++ b/audio/python-audiotools/python-audiotools.info @@ -1,8 +1,8 @@ PRGNAM="python-audiotools" -VERSION="2.18" +VERSION="2.19" HOMEPAGE="http://audiotools.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/audiotools/audiotools-2.18.tar.gz" -MD5SUM="b168a7e925941cadb1ee0506148db74d" +DOWNLOAD="http://downloads.sourceforge.net/audiotools/audiotools-2.19.tar.gz" +MD5SUM="2adab3ff40af45e0f53d52377307c83f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |