diff options
Diffstat (limited to 'games/teeworlds/teeworlds.SlackBuild')
-rw-r--r-- | games/teeworlds/teeworlds.SlackBuild | 16 |
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 |