[arch-commits] Commit in 0ad/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Dec 26 13:52:18 UTC 2013


    Date: Thursday, December 26, 2013 @ 14:52:18
  Author: svenstaro
Revision: 103110

upgpkg: 0ad a15-1

upstream release a15

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-26 13:32:07 UTC (rev 103109)
+++ PKGBUILD	2013-12-26 13:52:18 UTC (rev 103110)
@@ -3,17 +3,17 @@
 # Contributor: t3ddy  <t3ddy1988 "at" gmail {dot} com>
 # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves at gmail.com>
 pkgname=0ad
-pkgver=a14
-_pkgver=0.0.14-alpha
-pkgrel=2
+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 @@
 
   ./update-workspaces.sh \
       --with-system-enet \
+      --with-system-miniupnpc \
       --bindir=/usr/bin \
       --libdir=/usr/lib/0ad \
       --datadir=/usr/share/${pkgname}/data




More information about the arch-commits mailing list