diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:20 +0700 |
commit | 379f3019c13cd4ba6a789fec6780ded8baaca91c (patch) | |
tree | 4147389c60fe1daf68ceb166d4f468a2c0d952da | |
parent | 236fa47ace3c7a9b815e60044b8c44410808bd62 (diff) |
libraries/python-efl: 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-- | libraries/python-efl/python-efl.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild index b3ab2633b623..bf840a488229 100644 --- a/libraries/python-efl/python-efl.SlackBuild +++ b/libraries/python-efl/python-efl.SlackBuild @@ -22,11 +22,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=python-efl VERSION=${VERSION:-1.26.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |