summaryrefslogtreecommitdiffstats
path: root/games/roccat-tools/roccat-tools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/roccat-tools/roccat-tools.SlackBuild')
-rw-r--r--games/roccat-tools/roccat-tools.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/roccat-tools/roccat-tools.SlackBuild b/games/roccat-tools/roccat-tools.SlackBuild
index f0a9462c0f..b6772561fa 100644
--- a/games/roccat-tools/roccat-tools.SlackBuild
+++ b/games/roccat-tools/roccat-tools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for roccat-tools
-# Copyright 2015 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico
+# Copyright 2017 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@
# - use getent to check for group existence, instead of grepping /etc/group.
PRGNAM=roccat-tools
-VERSION=${VERSION:-5.6.0}
+VERSION=${VERSION:-5.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,8 +97,7 @@ fi
# Also note: the cmake script searches for luajit as well as lua, but
# if luajit's not found, the build succeeds anyway. Not being a lua guy,
# I don't know what (if anything) is different when built with or
-# without luajit. I only mention it to bring it to the attention of
-# the future maintainer of this script (whoever that turns out to be).
+# without luajit.
LUAVERSION="$( lua -e 'print(_VERSION)' | cut -d' ' -f2 )"
LUA="-DWITH_LUA='$LUAVERSION'"