diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-07 12:36:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-07 12:36:05 +0100 |
commit | a56d1a610bd4032e2eae610289333ad112fc5ba1 (patch) | |
tree | 5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /community/stone-soup/PKGBUILD | |
parent | 9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff) | |
parent | 8e5a0a990a12a59cadb687cae22a1960fce1660b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/augeas/PKGBUILD
community/midori/PKGBUILD
community/ruby-gtk2/PKGBUILD
extra/strigi/PKGBUILD
libre/abiword-libre/PKGBUILD
libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
Diffstat (limited to 'community/stone-soup/PKGBUILD')
-rw-r--r-- | community/stone-soup/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 9e47b2a40..1d150765a 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.11.0 -pkgrel=3 +pkgver=0.11.2 +pkgrel=1 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64' 'mips64el') url='http://crawl.develz.org/' @@ -17,7 +17,7 @@ source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkg _exec=('crawl-tiles') _name=('Dungeon Crawl Stone Soup') -build() { +package() { cd "$srcdir" gendesk -n @@ -65,4 +65,4 @@ build() { } -md5sums=('715d800410a7251499bf8efcc8675ca6') +md5sums=('84b5939d242fbaec4d9d8c64fa02156c') |