diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-17 15:58:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:32 +0700 |
commit | 5e50ca1375caac4fea5ac70fa845c9030cc3a17d (patch) | |
tree | b84dc06fdf6f6d59cb6997fd2d3b2058fd964544 /games | |
parent | cccb7bd9a3a84f80aef3221b8e80439ea0b9b280 (diff) |
games/asc: Build with lua 5.4.
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/asc/asc.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/asc/asc.SlackBuild b/games/asc/asc.SlackBuild index 739fbb9009ea..ba05561490a6 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 |