From 5e50ca1375caac4fea5ac70fa845c9030cc3a17d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 17 Oct 2024 15:58:54 -0400 Subject: games/asc: Build with lua 5.4. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/asc/asc.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/asc/asc.SlackBuild b/games/asc/asc.SlackBuild index 739fbb9009..ba05561490 100644 --- a/games/asc/asc.SlackBuild +++ b/games/asc/asc.SlackBuild @@ -25,11 +25,14 @@ # 20200906 bkw: modified by SlackBuilds.org: added patch to support # physfs 3.0.1. +# 20241017 bkw: Modified by SlackBuilds.org, BUILD=3: update for lua 5.4. +# Bump BUILD, no other changes. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asc VERSION=${VERSION:-2.6.1.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +44,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 -- cgit v1.2.3