diff options
Diffstat (limited to 'games/tbftss')
-rw-r--r-- | games/tbftss/tbftss.SlackBuild | 6 | ||||
-rw-r--r-- | games/tbftss/tbftss.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/tbftss/tbftss.SlackBuild b/games/tbftss/tbftss.SlackBuild index 3185110c7368..36f644a6e63b 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 1da7399b2f1f..1fc934572fc1 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" |