summaryrefslogtreecommitdiffstats
path: root/libraries/python-mpd/python-mpd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/python-mpd/python-mpd.SlackBuild8
1 files changed, 3 insertions, 5 deletions
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 <abrouwers@gmail.com>
+# Copyright 2008-2011 Andrew Brouwers <abrouwers@gmail.com>
# 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