summaryrefslogtreecommitdiff
path: root/community/spring/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-31 10:45:34 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-31 10:45:34 -0300
commitdb6d80995b7f835ba0b581a007bd0040e7d138b0 (patch)
tree00d3b174ccb85f692744e12059bcd04cddb2137c /community/spring/PKGBUILD
parent8226dd7c223cb14962fe6a76f369b96684563155 (diff)
parent68cdc08aec92abf91448a542e06fabbedbb583bf (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/glibc/PKGBUILD extra/telepathy-logger-qt/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD testing/openssh/PKGBUILD testing/openssh/sshd testing/openssh/sshd.service testing/spamassassin/PKGBUILD testing/spamassassin/spamassassin.install testing/upower/PKGBUILD
Diffstat (limited to 'community/spring/PKGBUILD')
-rw-r--r--community/spring/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
index 098679bbc..1662aba4c 100644
--- a/community/spring/PKGBUILD
+++ b/community/spring/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 74626 2012-07-31 19:56:56Z ebelanger $
+# $Id: PKGBUILD 75703 2012-08-29 09:21:55Z 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.89.0
-_pkgver=89.0
-pkgrel=2
+pkgver=0.90.0
+_pkgver=90.0
+pkgrel=1
pkgdesc='A free 3D real-time-strategy (RTS) game engine'
arch=('i686' 'x86_64' 'mips64el')
url="http://springrts.com/"
@@ -17,10 +17,8 @@ makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment')
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
- boost-1.50.patch)
-md5sums=('36fc266e925bc3790a68bf1bc7ebb315'
- 'a3c3b4a53eeb499090b027fd6b3cf848')
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
+md5sums=('d09dbffa444385f17cfa6f1729bfd654')
build() {
bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma
@@ -28,7 +26,6 @@ build() {
cd spring_${_pkgver}
sed "s/TIME_UTC/TIME_UTC_/g" -i AI/Skirmish/E323AI/CScopedTimer.h
- patch -Np1 < "$srcdir/boost-1.50.patch"
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \