diff options
author | Eugene M <damagedone@gmx.com> | 2021-08-20 22:04:29 +0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-21 10:47:05 +0700 |
commit | bf7d03bdda5c431d526852d675ad9d0436c03166 (patch) | |
tree | 00d3e97b77e5a8b7349f1bedbdf9bd52949d673e /games | |
parent | 569b3356ffd9ca2df4f73b5cb823613fc879c433 (diff) |
games/atanks: Updated for version 6.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/atanks/atanks.SlackBuild | 7 | ||||
-rw-r--r-- | games/atanks/atanks.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games/atanks/atanks.SlackBuild b/games/atanks/atanks.SlackBuild index d127fb81d8ba..0c06b01d08ee 100644 --- a/games/atanks/atanks.SlackBuild +++ b/games/atanks/atanks.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for atanks -# Copyright 2015-2016 Eugene M., <damagedone at gmx dot com> +# Copyright 2015-2021 Eugene M., <damagedone at gmx dot com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atanks -VERSION=${VERSION:-6.5} +VERSION=${VERSION:-6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,5 +93,8 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh +install -Dm644 atanks.desktop $PKG/usr/share/applications/atanks.desktop +install -Dm644 atanks.png $PKG/usr/share/pixmaps/atanks.png + cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/games/atanks/atanks.info b/games/atanks/atanks.info index e5c44b8fad38..80f47f6d4c19 100644 --- a/games/atanks/atanks.info +++ b/games/atanks/atanks.info @@ -1,8 +1,8 @@ PRGNAM="atanks" -VERSION="6.5" +VERSION="6.6" HOMEPAGE="http://atanks.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/atanks/atanks/atanks-6.5/atanks-6.5.tar.gz" -MD5SUM="3182d080ea71c3837af57f3651b55025" +DOWNLOAD="http://downloads.sourceforge.net/project/atanks/atanks/atanks-6.6/atanks-6.6.tar.gz" +MD5SUM="f53bbb0017d1ed79045085f6a36c85a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="allegro4" |