From 30589c9e39c40a583d4ed69be741dd7b59f71317 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 9 Nov 2024 15:28:20 -0500 Subject: [PATCH] desktop/enlightenment: Bump BUILD for new luajit. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/enlightenment/enlightenment.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild index 8b87a37a05..a19ab7b9b9 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 # . +# 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}