diff options
-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 99bcc3761cf5b..9d52eb62bfb00 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} |