diff options
author | root <root@rshg054.dnsready.net> | 2013-03-10 00:51:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-10 00:51:34 -0800 |
commit | 6ee08d6a9217906f2ef84f70923d3d362d4b40ad (patch) | |
tree | dc3d842884f61485a4c01889d37d9432620d5e38 /community/spring | |
parent | 92eac63df242654434dceb000bac083f6e81a6b9 (diff) |
Sun Mar 10 00:50:57 PST 2013
Diffstat (limited to 'community/spring')
-rw-r--r-- | community/spring/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index 4fdcb003a..497609004 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84689 2013-02-22 09:36:08Z svenstaro $ +# $Id: PKGBUILD 85914 2013-03-08 23:19:52Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=spring -pkgver=0.92.0 -_pkgver=92.0 +pkgver=0.93.0 +_pkgver=93.0 pkgrel=1 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('python2: python-based bots' 'java-runtime: java-based bots') install=spring.install source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma) -md5sums=('6dcf665cfe7d6eaf0e287086685c6709') +md5sums=('770b2f1aefddb9752d3a5bb70ba76cca') build() { bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma @@ -27,7 +27,8 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DDATADIR=share/spring -DCMAKE_SKIP_RPATH:BOOL=YES + -DDATADIR=share/spring \ + -DCMAKE_SKIP_RPATH=YES make } |