From 343634f32e0a050fcec0b0ba3c1cffc5f89edd0e Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Mon, 24 Dec 2012 00:52:14 +0100 Subject: audio/python-audiotools: Updated for version 2.19, misc cleanups. Signed-off-by: Matteo Bernardini --- audio/python-audiotools/python-audiotools.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/python-audiotools/python-audiotools.SlackBuild') 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 # # 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 -- cgit v1.2.3