summaryrefslogtreecommitdiff
path: root/community/stone-soup
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-17 19:20:30 +0000
committerroot <root@rshg054.dnsready.net>2012-02-17 19:20:30 +0000
commit4fc59478d1180fd7984003f5b1645fe40954299f (patch)
tree35f3d7dada2cfcb8194cdaed447c431664746934 /community/stone-soup
parent76774d40da5ce246c9f2178fdf937706d99af4b2 (diff)
Fri Feb 17 19:20:30 UTC 2012
Diffstat (limited to 'community/stone-soup')
-rw-r--r--community/stone-soup/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD
index 54fc98c25..be89a662c 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.9.1
+pkgver=0.10.0
pkgrel=1
pkgdesc='An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting'
arch=('i686' 'x86_64')
@@ -11,10 +11,8 @@ makedepends=('bison' 'flex')
conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
license=('custom')
install=stone-soup.install
-source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.bz2"
+source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz"
"${pkgname}.desktop")
-md5sums=('b9befb8177618d943295546c3d1e1d78'
- 'afdacb4c39342e75674efb88eeb3da21')
build() {
@@ -23,9 +21,9 @@ build() {
# adjust makefile to use /usr/bin, owner root:root,
# disable setgid on executable
- sed -i 's|bin_prefix := bin|bin_prefix := usr/bin|' makefile
- sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' makefile
- sed -i 's|MCHMOD := 2755|MCHMOD := 755|' makefile
+ sed -i 's|bin_prefix := bin|bin_prefix := usr/bin|' Makefile
+ sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+ sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
# first build and install tiles version
@@ -63,3 +61,5 @@ build() {
}
# vim: ts=4:sw=4:expandtab
+md5sums=('ca360fa13f730f501a0a31b187eeca46'
+ 'afdacb4c39342e75674efb88eeb3da21')