diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-17 03:47:30 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:41 +0700 |
commit | e05cffe93331f2dc3164749c80822381809cec48 (patch) | |
tree | a7bc686f5197bf6e339def7105157a9365a39488 /games/teeworlds/teeworlds.SlackBuild | |
parent | b565c924418ff4faebdebe9661f6dffc43a3e6b0 (diff) | |
download | slackbuilds-e05cffe93331f2dc3164749c80822381809cec48.tar.gz |
games/teeworlds: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 |