diff options
author | root <root@rshg054.dnsready.net> | 2011-12-08 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-08 23:14:54 +0000 |
commit | 707457876743e969be9eb163c36928978df245cd (patch) | |
tree | 24ed2c08e3ace85c9cee2302e97438421ca3f03d /community/spring/PKGBUILD | |
parent | 6f9a9504db6338f0c35c4ca70bad42965b74791a (diff) |
Thu Dec 8 23:14:54 UTC 2011
Diffstat (limited to 'community/spring/PKGBUILD')
-rw-r--r-- | community/spring/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index 7496a585b..ba1e4ef98 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59968 2011-12-02 21:01:02Z ibiru $ +# $Id: PKGBUILD 60207 2011-12-07 16:26:35Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> @@ -6,12 +6,12 @@ pkgname=spring pkgver=0.84.0 _pkgver=84.0 -pkgrel=1 +pkgrel=2 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') url="http://springrts.com/" license=('GPL') -depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis') +depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl') makedepends=('boost' 'cmake' 'zip' 'lzma-utils' 'p7zip' 'python2') optdepends=('python2: python-based bots' 'java-runtime: java-based bots') |