summaryrefslogtreecommitdiffstats
path: root/desktop/kcometen4/kcometen4.SlackBuild
diff options
context:
space:
mode:
author Matthew Fillpot2010-08-30 13:33:18 +0200
committer Erik Hanson2010-08-30 14:49:51 +0200
commitac874407e271711df6fc8dffe0fe3feb15e007b0 (patch)
treed8b519449475444890c31988f62dda891824a2dc /desktop/kcometen4/kcometen4.SlackBuild
parent521a8f7e5f9897fa3cfa53aa81d96517d78a23f3 (diff)
downloadslackbuilds-ac874407e271711df6fc8dffe0fe3feb15e007b0.tar.gz
desktop/kcometen4: Updated for version 1.0.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/kcometen4/kcometen4.SlackBuild')
-rw-r--r--desktop/kcometen4/kcometen4.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/kcometen4/kcometen4.SlackBuild b/desktop/kcometen4/kcometen4.SlackBuild
index d4c1c5b0ff..e831806ea1 100644
--- a/desktop/kcometen4/kcometen4.SlackBuild
+++ b/desktop/kcometen4/kcometen4.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kcometen4
-VERSION=1.0.6
+VERSION=1.0.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) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi