diff options
Diffstat (limited to 'games/teeworlds/teeworlds.SlackBuild')
-rw-r--r-- | games/teeworlds/teeworlds.SlackBuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild index a5c2e18d26..f639f57538 100644 --- a/games/teeworlds/teeworlds.SlackBuild +++ b/games/teeworlds/teeworlds.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for teeworlds -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=teeworlds -VERSION=${VERSION:-0.6.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.6.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -55,13 +55,14 @@ else fi OS=$(uname | tr [:upper:] [:lower:]) +SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH # 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 |