summaryrefslogtreecommitdiffstats
path: root/games/teeworlds/teeworlds.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-01-25 07:56:24 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:16 +0100
commit1b358d3079687c2892730bf3fdf651cfcc4d4494 (patch)
treee26819775048841546241fdd15dd2b180b6fae2f /games/teeworlds/teeworlds.SlackBuild
parentb7d059c7c0d0ff56816eca425bfc006a68b99d6b (diff)
downloadslackbuilds-1b358d3079687c2892730bf3fdf651cfcc4d4494.tar.gz
games/teeworlds: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/teeworlds/teeworlds.SlackBuild')
-rw-r--r--games/teeworlds/teeworlds.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild
index 0d11116f7f..67077ce9c0 100644
--- a/games/teeworlds/teeworlds.SlackBuild
+++ b/games/teeworlds/teeworlds.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for teeworlds
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=teeworlds
-VERSION=${VERSION:-0.6.3}
+VERSION=${VERSION:-0.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,14 +55,14 @@ else
fi
OS=$(uname | tr [:upper:] [:lower:])
-SRCNAM=$PRGNAM-$VERSION-$OS\_x86_64
+# SRCNAM=$PRGNAM-$VERSION-$OS\_x86_64
# Automatically tarball selected by architecture
-#if [ "$ARCH" = "x86_64" ]; then
-# SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH
-#else
-# SRCNAM=$PRGNAM-$VERSION-$OS\_x86
-#fi
+if [ "$ARCH" = "x86_64" ]; then
+ SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH
+else
+ SRCNAM=$PRGNAM-$VERSION-$OS\_x86
+fi
set -e