diff options
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" |