diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-20 02:55:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:36 +0700 |
commit | 198790d2096ed1dfdcd4e5a038b686858871dd96 (patch) | |
tree | 760bd500d0d7f05acdcebb239f4e52c3f750ba52 /games | |
parent | 9cc7ea3ded20b7d7283e8bd7f5766eee5fb832cd (diff) |
games/wargus: Bump BUILD.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/wargus/wargus.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wargus/wargus.SlackBuild b/games/wargus/wargus.SlackBuild index 7d00b7dface6..6194f1274ca7 100644 --- a/games/wargus/wargus.SlackBuild +++ b/games/wargus/wargus.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20241020 bkw: BUILD=3 (bump because stratagus got bumped). # 20211119 bkw: BUILD=2 # - fix -current build. # - remove ffmpeg2theora dep. @@ -17,7 +18,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wargus VERSION=${VERSION:-2.4.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |