summaryrefslogtreecommitdiffstats
path: root/games/stone_soup
diff options
context:
space:
mode:
author David Melik2018-08-13 12:06:08 +0200
committer Willy Sudiarto Raharjo2018-08-18 03:39:47 +0200
commitaad280b6459b93075af2c5f92ffc955adb24c7fc (patch)
tree090ea8fa16ed2d56c7b04b3153652afada0ad576 /games/stone_soup
parent7e68ddf70b11778a9ead5a48b1a479a389f04fcd (diff)
downloadslackbuilds-aad280b6459b93075af2c5f92ffc955adb24c7fc.tar.gz
games/stone_soup: Updated for version 0.22.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/stone_soup')
-rw-r--r--games/stone_soup/stone_soup.SlackBuild4
-rw-r--r--games/stone_soup/stone_soup.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild
index 8c1a7ff523..bb67781ef2 100644
--- a/games/stone_soup/stone_soup.SlackBuild
+++ b/games/stone_soup/stone_soup.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stone_soup
-VERSION=${VERSION:-0.21.1}
+VERSION=${VERSION:-0.22.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd source
+ # do not remove the quotes from SAVEDIR='~/.crawl/'
+ # (~ needs to be evaluated at runtime, not buildtime)
make $TARGET \
prefix=/usr \
COPY_FONTS=1 \
diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info
index 407993ef5f..127d3c5b12 100644
--- a/games/stone_soup/stone_soup.info
+++ b/games/stone_soup/stone_soup.info
@@ -1,8 +1,8 @@
PRGNAM="stone_soup"
-VERSION="0.21.1"
+VERSION="0.22.0"
HOMEPAGE="https://crawl.develz.org/"
-DOWNLOAD="https://crawl.develz.org/release/0.21/stone_soup-0.21.1-nodeps.tar.xz"
-MD5SUM="2fd51462581a5c457b0a2343bcc8a320"
+DOWNLOAD="https://crawl.develz.org/release/0.22/stone_soup-0.22.0-nodeps.tar.xz"
+MD5SUM="bc7f8221a7f6a7326d1313c36c89d9b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua SDL2_image"