diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-10 16:36:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:40 +0700 |
commit | 8da7deef9f365a6176a447eab4e72a6efdfd1149 (patch) | |
tree | 36b706c470a5e7f032c65bdfe1e992f42f351239 /games/alephone | |
parent | 5c2345a2601b37d7ba8c1d8ca629e4a02d98ed6e (diff) | |
download | slackbuilds-8da7deef9f365a6176a447eab4e72a6efdfd1149.tar.gz |
games/alephone: Updated for version 20210408.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/README | 6 | ||||
-rw-r--r-- | games/alephone/alephone.SlackBuild | 6 | ||||
-rw-r--r-- | games/alephone/alephone.info | 6 |
3 files changed, 5 insertions, 13 deletions
diff --git a/games/alephone/README b/games/alephone/README index bdaff1849c..2afc0c2c53 100644 --- a/games/alephone/README +++ b/games/alephone/README @@ -14,9 +14,3 @@ the Marathon series is required to play. Install one or more of marathon-data, marathon2-data, and/or marathon-infinite-data. See the READMEs for the game data packages for more information. - -Although ffmpeg is listed as a dependency, it's possible to build -without it by setting FFMPEG=no in the script's environment (which will -disable in-game movie playback/recording). This option is provided as a -desperation measure only, since ffmpeg's API is a moving target. Please -contact the maintainer if you have ffmpeg-related build issues. diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 05f3e55657..f5ee5c4bc6 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211010 bkw: update for 20210408 # 20201026 bkw: update for 20201026 # 20191209 bkw: update for 20190331 # 20150915 bkw: @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20201026} +VERSION=${VERSION:-20210408} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -29,9 +30,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 diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index dd8120c140..a6aa093373 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -1,8 +1,8 @@ PRGNAM="alephone" -VERSION="20201026" +VERSION="20210408" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20201026/AlephOne-20201026.tar.bz2" -MD5SUM="5636de266ecd67b88ac9c7d2661e1e78" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/AlephOne-20210408.tar.bz2" +MD5SUM="f65d4923a931984ec354a4b5373e1303" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua zziplib" |