summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Tim Dickson2019-12-01 02:24:23 +0100
committer Willy Sudiarto Raharjo2019-12-01 02:24:23 +0100
commita6ed0a3e6bc1d6a524e812534a2bdd4a89dd86d6 (patch)
tree078a466e27aa793445123cef2aa0fb3b173c93a4 /games
parent5af0cc494d01e40c5ad955c3ca41d00f3c82a1b2 (diff)
downloadslackbuilds-a6ed0a3e6bc1d6a524e812534a2bdd4a89dd86d6.tar.gz
games/tbftss: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/tbftss/tbftss.SlackBuild6
-rw-r--r--games/tbftss/tbftss.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/games/tbftss/tbftss.SlackBuild b/games/tbftss/tbftss.SlackBuild
index 3185110c73..36f644a6e6 100644
--- a/games/tbftss/tbftss.SlackBuild
+++ b/games/tbftss/tbftss.SlackBuild
@@ -8,9 +8,10 @@
# 28/12/2018 - first release
# in progress
# doc location still changed to support slackware prefered location
+# 28/11/2019 update to 1.5.1 and fixes due to change in packaging of source
PRGNAM=tbftss
-VERSION=${VERSION:-1.5.0}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,8 +47,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
+rm -rf build
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz
-cd $PRGNAM-$VERSION
+cd build/$PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/tbftss/tbftss.info b/games/tbftss/tbftss.info
index 1da7399b2f..1fc934572f 100644
--- a/games/tbftss/tbftss.info
+++ b/games/tbftss/tbftss.info
@@ -1,8 +1,8 @@
PRGNAM="tbftss"
-VERSION="1.5.0"
+VERSION="1.5.1"
HOMEPAGE="https://www.battleforthesolarsystem.com/games/pw/"
-DOWNLOAD="https://www.battleforthesolarsystem.com/downloads/tbftss-1.5.0.src.tar.gz"
-MD5SUM="6a7db5fc702d4a31679271c2f778d4ff"
+DOWNLOAD="https://www.battleforthesolarsystem.com/downloads/tbftss-1.5.1.src.tar.gz"
+MD5SUM="c8c7325a0dbea923606ed191381af68d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"