diff options
Diffstat (limited to 'audio/python-audiotools/python-audiotools.SlackBuild')
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index 7eaaab95a82b..02468e111946 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 |