audio/python-audiotools: Updated for version 2.19, misc cleanups.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2012-12-24 00:52:14 +01:00 committed by Matteo Bernardini
parent 12de7751f9
commit 343634f32e
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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=""