aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-11-09 15:28:20 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-16 16:41:16 +0700
commit30589c9e39c40a583d4ed69be741dd7b59f71317 (patch)
treef97fb72cfc47ab05e98c44a02c34874a2b291713
parentf05afd8fc6d4d083f2ecd2a9c595385274fb11ae (diff)
desktop/enlightenment: Bump BUILD for new luajit.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/enlightenment/enlightenment.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild
index 8b87a37a0535..a19ab7b9b9ef 100644
--- a/desktop/enlightenment/enlightenment.SlackBuild
+++ b/desktop/enlightenment/enlightenment.SlackBuild
@@ -25,11 +25,14 @@
# with this program (most likely, a file named COPYING). If not, see
# <http://www.gnu.org/licenses/>.
+# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2:
+# - Bump BUILD for luajit-2.1.x
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=enlightenment
VERSION=${VERSION:-0.26.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}