diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-02 09:29:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 15:11:26 +0700 |
commit | 837ab1fed2c4988d259c5ab6dedba7dc425c9a96 (patch) | |
tree | 7015a2e50e8bc5bcf1571569fcb0dddd4dec46a5 /games | |
parent | 5f4ed12c1a639f6500413fc49288b00f5ac25621 (diff) |
games/ags: updated for version 3.6.1.22
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/ags/ags.SlackBuild | 12 | ||||
-rw-r--r-- | games/ags/ags.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/ags/ags.SlackBuild b/games/ags/ags.SlackBuild index 47f3465ad909e..a73526c45b208 100644 --- a/games/ags/ags.SlackBuild +++ b/games/ags/ags.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ags -VERSION=${VERSION:-3.6.0.57} +VERSION=${VERSION:-3.6.1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,19 +49,19 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i586 -mtune=i686 -Wno-error=format-truncation" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686 -Wno-error=format-truncation" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC -Wno-error=format-truncation" LIBDIRSUFFIX="64" elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC -Wno-error=format-truncation" LIBDIRSUFFIX="64" else - SLKCFLAGS="-O2" + SLKCFLAGS="-O2 -Wno-error=format-truncation" LIBDIRSUFFIX="" fi diff --git a/games/ags/ags.info b/games/ags/ags.info index 8dea63dbcea3c..6ab512d882a61 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,8 +1,8 @@ PRGNAM="ags" -VERSION="3.6.0.57" +VERSION="3.6.1.22" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.57/ags-3.6.0.57.tar.gz" -MD5SUM="3499e952729acbc6f00da40349ccae6a" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.1.22/ags-3.6.1.22.tar.gz" +MD5SUM="1e375ec467256a9c5de63404497f92e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_sound" |