diff options
author | David Melik <dchmelik@gmail.com> | 2013-06-05 19:45:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 19:45:04 -0400 |
commit | 9c74d9d473dbf2f2e7586c94f6a29ac88d64998f (patch) | |
tree | 1db9b78e6eacc059a128a25531c75fc912a7038d /games | |
parent | 9997e177ee70904810fa5018a8996bfd4cd9aaec (diff) | |
download | slackbuilds-9c74d9d473dbf2f2e7586c94f6a29ac88d64998f.tar.gz |
games/stone_soup: Updated for version 0.12.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/stone_soup/slack-desc | 10 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.SlackBuild | 4 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/stone_soup/slack-desc b/games/stone_soup/slack-desc index da848f720b..71c0266a22 100644 --- a/games/stone_soup/slack-desc +++ b/games/stone_soup/slack-desc @@ -1,8 +1,8 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| @@ -16,4 +16,4 @@ stone_soup: version is available, which can be compiled by writing the word stone_soup: "TILES" at the end of the "make install" line in stone_soup: stone_soup.SlackBuild (see Makefile for list of compile flags). stone_soup: -stone_soup: homepage: http://crawl.develz.org/
\ No newline at end of file +stone_soup: homepage: http://crawl.develz.org/ diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index ecb9f745b6..820d24d60e 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -5,7 +5,7 @@ # Written by David Melik <dchmelik @ gmail dot com> PRGNAM=stone_soup -VERSION=${VERSION:-0.11.0} +VERSION=${VERSION:-0.12.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -42,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION-nodeps.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index 08c75b6fdb..652546287d 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -1,8 +1,8 @@ PRGNAM="stone_soup" -VERSION="0.11.0" +VERSION="0.12.1" HOMEPAGE="http://crawl.develz.org/" -DOWNLOAD="http://downloads.sourceforge.net/crawl-ref/stone_soup-0.11.0.tar.xz" -MD5SUM="1685114032458a426553fab38282760a" +DOWNLOAD="http://downloads.sourceforge.net/project/crawl-ref/Stone%20Soup/0.12.1/stone_soup-0.12.1-nodeps.tar.xz" +MD5SUM="47d7c65cf72786d446e1289533af01de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |