summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Eugene M2021-08-20 19:04:29 +0200
committer Willy Sudiarto Raharjo2021-08-21 05:47:05 +0200
commitbf7d03bdda5c431d526852d675ad9d0436c03166 (patch)
tree00d3e97b77e5a8b7349f1bedbdf9bd52949d673e /games
parent569b3356ffd9ca2df4f73b5cb823613fc879c433 (diff)
downloadslackbuilds-bf7d03bdda5c431d526852d675ad9d0436c03166.tar.gz
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.SlackBuild7
-rw-r--r--games/atanks/atanks.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/games/atanks/atanks.SlackBuild b/games/atanks/atanks.SlackBuild
index d127fb81d8..0c06b01d08 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 e5c44b8fad..80f47f6d4c 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"