summaryrefslogtreecommitdiffstats
path: root/audio/mutagen/mutagen.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mutagen/mutagen.SlackBuild')
-rw-r--r--audio/mutagen/mutagen.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mutagen/mutagen.SlackBuild b/audio/mutagen/mutagen.SlackBuild
index 6857980895..9c1d9e87a5 100644
--- a/audio/mutagen/mutagen.SlackBuild
+++ b/audio/mutagen/mutagen.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for Mutagen
+# Currently maintained by Dugan Chen (thedoogster [at] gmail [dot] [com])
+
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# All rights reserved.
#
@@ -23,16 +25,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mutagen
-VERSION=${VERSION:-1.15}
+VERSION=${VERSION:-1.20}
BUILD=${BUILD:-1}
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