From 198790d2096ed1dfdcd4e5a038b686858871dd96 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 20 Oct 2024 02:55:44 -0400 Subject: [PATCH] games/wargus: Bump BUILD. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/wargus/wargus.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/wargus/wargus.SlackBuild b/games/wargus/wargus.SlackBuild index 7d00b7dfac..6194f1274c 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}