summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2019-12-11 20:16:34 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:28 +0100
commite79c0453de261082ed78f5fc1498aa195bc00849 (patch)
tree5d6a0e4e799aebc6ac4fd6aa96b275a3700357d8 /games
parent77f0f7fa77d152c228497111e178dd1048a2bcde (diff)
downloadslackbuilds-e79c0453de261082ed78f5fc1498aa195bc00849.tar.gz
games/open-adventure: Updated for version 1.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r--games/open-adventure/open-adventure.SlackBuild7
-rw-r--r--games/open-adventure/open-adventure.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild
index d854e29d96..d33724b1f2 100644
--- a/games/open-adventure/open-adventure.SlackBuild
+++ b/games/open-adventure/open-adventure.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20191211 bkw: Update for v1.8.
# 20181203 bkw: Update for v1.6.
# 20180114 bkw:
@@ -14,7 +15,7 @@
# - New dependencies in .info file :(
PRGNAM=open-adventure
-VERSION=${VERSION:-1.6}
+VERSION=${VERSION:-1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +61,9 @@ rm -rf $PRGNAM-$VERSION-*
# downloads, but not gitlab. Also, notice the * in the 2nd filename
# (and in the 'cd' below): I'm *not* hard-coding the full git hash here.
tar xvf $CWD/archive.tar.bz2\?ref=$VERSION ||
-tar xvf $CWD/$PRGNAM-$VERSION-*.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION*.tar.bz2
-cd $PRGNAM-$VERSION-*
+cd $PRGNAM-$VERSION*
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
diff --git a/games/open-adventure/open-adventure.info b/games/open-adventure/open-adventure.info
index 3f57630e40..11f158c55a 100644
--- a/games/open-adventure/open-adventure.info
+++ b/games/open-adventure/open-adventure.info
@@ -1,8 +1,8 @@
PRGNAM="open-adventure"
-VERSION="1.6"
+VERSION="1.8"
HOMEPAGE="https://gitlab.com/esr/open-adventure"
-DOWNLOAD="https://gitlab.com/esr/open-adventure/repository/archive.tar.bz2?ref=1.6"
-MD5SUM="1fc85ce436f8a5f64f6c05c9359f0d7b"
+DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.8/open-adventure-1.8.tar.bz2"
+MD5SUM="99a4af60e7b483b9d0cae107c44dbce5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="PyYAML libedit"