diff options
author | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
commit | d304fad026899d2db5af26740eeb952698bd6fb2 (patch) | |
tree | e27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /community/0ad/PKGBUILD | |
parent | c9738c6a1d438f30dfa7363aa847343754f953ac (diff) |
Wed Apr 3 00:04:48 PDT 2013
Diffstat (limited to 'community/0ad/PKGBUILD')
-rw-r--r-- | community/0ad/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 765c524df..c1a642e5f 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 87402 2013-03-31 19:18:04Z stephane $ +# $Id: PKGBUILD 87547 2013-04-02 21:52:23Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com> pkgname=0ad -pkgver=a12 -_pkgver=0.0.12-alpha -pkgrel=3 +pkgver=a13 +_pkgver=0.0.13-alpha +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" @@ -13,7 +13,7 @@ license=('GPL2' 'CCPL') depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu') makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz") -md5sums=('0ff92fb2b22b5384067cdd88b89e5450') +md5sums=('3075c982c4af41a3586b6b6ef637d2c4') build() { cd "$srcdir/$pkgname-$_pkgver/build/workspaces" |