diff options
Diffstat (limited to 'community/0ad/PKGBUILD')
-rw-r--r-- | community/0ad/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 6325cb3f7..b4c2ff3af 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 96786 2013-09-05 07:34:19Z svenstaro $ +# $Id: PKGBUILD 103111 2013-12-26 13:52:36Z 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=a14 -_pkgver=0.0.14-alpha +pkgver=a15 +_pkgver=0.0.15-alpha pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" license=('GPL2' 'CCPL') -depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu') +depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu' 'gloox' 'miniupnpc' 'libsm') makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz") -md5sums=('5bbaffa02b6e9082cbd5142d43f9b700') +md5sums=('a651d81eb9b31da01e376ddaa597e954') build() { cd "$srcdir/$pkgname-$_pkgver/build/workspaces" @@ -22,6 +22,7 @@ build() { ./update-workspaces.sh \ --with-system-enet \ + --with-system-miniupnpc \ --bindir=/usr/bin \ --libdir=/usr/lib/0ad \ --datadir=/usr/share/${pkgname}/data |