summaryrefslogtreecommitdiffstats
path: root/network/luakit
diff options
context:
space:
mode:
author Marek Šrejma2023-12-12 05:21:32 +0100
committer Willy Sudiarto Raharjo2023-12-12 19:48:21 +0100
commitac7cf172c82f81832babfde9579d89b56667efed (patch)
tree5e42e178b10267b5be6094e5d190d40d58ebf117 /network/luakit
parent97a385273084def44e3c43b4a1c20f137cde605d (diff)
downloadslackbuilds-ac7cf172c82f81832babfde9579d89b56667efed.tar.gz
network/luakit: Rebuilt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/luakit')
-rw-r--r--network/luakit/luakit.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/network/luakit/luakit.SlackBuild b/network/luakit/luakit.SlackBuild
index 35dc0c18d8..3b8a613667 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