diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-25 16:25:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:43 +0700 |
commit | 7d991bc047f7a6b2e783596225c0d2cb87e6ad4f (patch) | |
tree | c83db6dae240c45416b4bf82a5ecf51be2238185 /games | |
parent | 477b741e1205e8aca2fec54ea3165a4d49e66a86 (diff) |
games/roccat-tools: Bump BUILD for new lua.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/roccat-tools/roccat-tools.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/roccat-tools/roccat-tools.SlackBuild b/games/roccat-tools/roccat-tools.SlackBuild index 18bc84dbb9dc..ad291fbcc909 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} |