summaryrefslogtreecommitdiffstats
path: root/libraries/wv/wv.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/wv/wv.SlackBuild')
-rw-r--r--libraries/wv/wv.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/wv/wv.SlackBuild b/libraries/wv/wv.SlackBuild
index 95b67ae213..d09cb67f44 100644
--- a/libraries/wv/wv.SlackBuild
+++ b/libraries/wv/wv.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wv
-# Copyright 2008-2009 Robby Workman, Northport, Alabama, USA
+# Copyright 2008,2009,2010 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,17 +23,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wv
-VERSION=1.2.4
+VERSION=1.2.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
- arm*) export ARCH=arm ;;
+ i?86) ARCH=i486 ;;
+ arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
- *) export ARCH=$( uname -m ) ;;
+ *) ARCH=$( uname -m ) ;;
esac
fi