From 7e49b00cde13e8b25635c97c06557da661955a6c Mon Sep 17 00:00:00 2001 From: Andrew Brouwers Date: Sun, 6 Mar 2011 12:33:19 -0300 Subject: libraries/python-mpd: Updated for version 0.3.0. Signed-off-by: Niels Horn --- libraries/python-mpd/python-mpd.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libraries/python-mpd/python-mpd.SlackBuild') diff --git a/libraries/python-mpd/python-mpd.SlackBuild b/libraries/python-mpd/python-mpd.SlackBuild index ff495dc4fc..aae2322c24 100644 --- a/libraries/python-mpd/python-mpd.SlackBuild +++ b/libraries/python-mpd/python-mpd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-mpd -# Copyright 2008 Andrew Brouwers +# Copyright 2008-2011 Andrew Brouwers # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-mpd -VERSION=0.2.1 +VERSION=0.3.0 BUILD=${BUILD:-1} -TAG=${TAG=_SBo} +TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi -- cgit v1.2.3