diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
commit | 840283e9012eff70d83361c5ae058c4fb855979e (patch) | |
tree | a0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /community/stone-soup | |
parent | 93c61adf5995517ceecb6308255ff7fb85d59fcb (diff) | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ascii/PKGBUILD
extra/gnome-utils/PKGBUILD
extra/libmodplug/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/rox/PKGBUILD
extra/totem/PKGBUILD
kde-unstable/calligra/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-libcups/PKGBUILD
multilib/zsnes/PKGBUILD
testing/perl-compress-bzip2/PKGBUILD
Diffstat (limited to 'community/stone-soup')
-rw-r--r-- | community/stone-soup/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index a3a17092b..698163689 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('custom') install=('stone-soup.install') source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.bz2" "${pkgname}.desktop") -md5sums=('cac7ae05da835bd87ace3b4de3822eb9' +md5sums=('7ddeb1ff048401e55af0d1c11038f937' '98be780cddb2a0915bbab15ad93644f1') build() { |