summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-dict/xfce4-dict.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2013-06-20 21:52:42 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-06-20 21:52:42 -0300
commit7cab6f0c494488d91f8831ff08fe5bc150e85d35 (patch)
treea1a352e62defa4ce88e6630041740c7144b66987 /desktop/xfce4-dict/xfce4-dict.SlackBuild
parenta73096b5f1bf5629211a25575500d107891972d7 (diff)
downloadslackbuilds-7cab6f0c494488d91f8831ff08fe5bc150e85d35.tar.gz
slackbuilds-7cab6f0c494488d91f8831ff08fe5bc150e85d35.tar.xz
desktop/xfce4-dict: Updated for version 0.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-dict/xfce4-dict.SlackBuild')
-rw-r--r--desktop/xfce4-dict/xfce4-dict.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/xfce4-dict/xfce4-dict.SlackBuild b/desktop/xfce4-dict/xfce4-dict.SlackBuild
index 123c90fe03..70528983df 100644
--- a/desktop/xfce4-dict/xfce4-dict.SlackBuild
+++ b/desktop/xfce4-dict/xfce4-dict.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-dict
-# Copyright 2006-2011 Robby Workman, Northport, AL, USA
+# Copyright 2006-2013 Robby Workman, Northport, AL, USA
# 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=xfce4-dict
-VERSION=0.6.0
+VERSION=${VERSION:-0.7.0}
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