aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-11-03 02:08:00 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-09 07:02:41 +0700
commit16620f9b7276f124ac691cfb1beccf99f0f72a99 (patch)
treea925eb74fefb9d6bcd6bd8d777796f9e34856c3f /games
parentda851e94974ace63adf513c8d8c7e3c5cd798cc3 (diff)
games/fillets-ng: *really* build with lua51.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/fillets-ng/fillets-ng.SlackBuild3
-rw-r--r--games/fillets-ng/fillets-ng.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/games/fillets-ng/fillets-ng.SlackBuild b/games/fillets-ng/fillets-ng.SlackBuild
index e23f9cf30346a..c591ce4ef1eea 100644
--- a/games/fillets-ng/fillets-ng.SlackBuild
+++ b/games/fillets-ng/fillets-ng.SlackBuild
@@ -22,13 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20241103 bkw: Modified by SlackBuilds.org, BUILD=3: build with lua51.
# 20241018 bkw: Modified by SlackBuilds.org, BUILD=2: build with luajit.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fillets-ng
VERSION=${VERSION:-1.0.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/games/fillets-ng/fillets-ng.info b/games/fillets-ng/fillets-ng.info
index 97308c41cc7b2..fbeafa564b849 100644
--- a/games/fillets-ng/fillets-ng.info
+++ b/games/fillets-ng/fillets-ng.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://prdownloads.sourceforge.net/fillets/fillets-ng-1.0.1.tar.gz"
MD5SUM="bdd2dfacaab345f12d9ab0ff1d0ab6dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="luajit fillets-ng-data"
+REQUIRES="lua51 fillets-ng-data"
MAINTAINER="Sergio Vicari"
EMAIL="sercari@esdebian.org"