diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:16 +0700 |
commit | 086067d54f4ae1b1f4200561449e65275fc3184f (patch) | |
tree | b8932e16b9dcb109d58d8a826a8c530b38609f1b | |
parent | b7b2792a1900e2ba3c1b53ae5b9583fc078a0915 (diff) |
development/arcan: 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-- | development/arcan/arcan.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/arcan/arcan.SlackBuild b/development/arcan/arcan.SlackBuild index 99bcc3761cf5..9d52eb62bfb0 100644 --- a/development/arcan/arcan.SlackBuild +++ b/development/arcan/arcan.SlackBuild @@ -27,11 +27,14 @@ # since it won't build with lua 5.4, and since upstream supports luajit # via the DISABLE_JIT cmake argument. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=3: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=arcan VERSION=${VERSION:-0.6.1.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |