diff options
author | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
commit | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (patch) | |
tree | 426be7e1703e9b4aaec588af1dcec4ae24fe161e /community/stone-soup | |
parent | f651180e6b1ac9508ec0d1d9b94972de776020a9 (diff) |
Mon Sep 5 23:14:38 UTC 2011
Diffstat (limited to 'community/stone-soup')
-rw-r--r-- | community/stone-soup/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 8a893538b..54fc98c25 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,19 +1,19 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.9.0 -pkgrel=2 -pkgdesc="An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting" +pkgver=0.9.1 +pkgrel=1 +pkgdesc='An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64') url='http://crawl.develz.org/' depends=('lua' 'ncurses' 'sdl_image' 'sqlite3' 'libgl' 'mesa' 'freetype2') makedepends=('bison' 'flex') conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git') license=('custom') -install=('stone-soup.install') +install=stone-soup.install source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.bz2" "${pkgname}.desktop") -md5sums=('3f73fb051215df3633a554d81e67a452' +md5sums=('b9befb8177618d943295546c3d1e1d78' 'afdacb4c39342e75674efb88eeb3da21') build() { |