diff options
Diffstat (limited to 'network/luakit/luakit.SlackBuild')
-rw-r--r-- | network/luakit/luakit.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/luakit/luakit.SlackBuild b/network/luakit/luakit.SlackBuild index 35dc0c18d81f9..3b8a6136677f3 100644 --- a/network/luakit/luakit.SlackBuild +++ b/network/luakit/luakit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for luakit # Copyright 2013, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv -# Updates 2018-2022 by Marek Šrejma <marek@modweb.de>, Germany +# Updates 2018-2023 by Marek Šrejma <marek@modweb.de>, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=luakit VERSION=${VERSION:-2.3.3} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} LUAJIT=${LUAJIT:-0} # 0 or 1 @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |