diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:22 +0700 |
commit | ed19a4c213febe04000a76d06949a95550db8c1d (patch) | |
tree | 98d841c3110d404913400a57f1d7e2f09da35296 | |
parent | fa8005a7762a4252d1309d465e83d7378017e4d0 (diff) |
games/zelda-xd2-mercuris-chess: Bump BUILD for new luajit.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/zelda-xd2-mercuris-chess/zelda-xd2-mercuris-chess.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/zelda-xd2-mercuris-chess/zelda-xd2-mercuris-chess.SlackBuild b/games/zelda-xd2-mercuris-chess/zelda-xd2-mercuris-chess.SlackBuild index ece9f990597b..d38b8aaad425 100644 --- a/games/zelda-xd2-mercuris-chess/zelda-xd2-mercuris-chess.SlackBuild +++ b/games/zelda-xd2-mercuris-chess/zelda-xd2-mercuris-chess.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zelda-xd2-mercuris-chess VERSION=${VERSION:-1.1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |