diff --git a/games/roccat-tools/roccat-tools.SlackBuild b/games/roccat-tools/roccat-tools.SlackBuild index 18bc84dbb9..ad291fbcc9 100644 --- a/games/roccat-tools/roccat-tools.SlackBuild +++ b/games/roccat-tools/roccat-tools.SlackBuild @@ -28,11 +28,14 @@ # - i486 => i586. # - use getent to check for group existence, instead of grepping /etc/group. +# 20240925 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for lua 5.4. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=roccat-tools VERSION=${VERSION:-5.9.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz}