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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 11 16:16:23 UTC 2016


    Date: Monday, April 11, 2016 @ 18:16:23
  Author: svenstaro
Revision: 170482

upgpkg: 0ad a20-5

Fix FS#48869

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 16:11:45 UTC (rev 170481)
+++ PKGBUILD	2016-04-11 16:16:23 UTC (rev 170482)
@@ -5,13 +5,13 @@
 pkgname=0ad
 pkgver=a20
 _pkgver=0.0.20-alpha
-pkgrel=4
+pkgrel=5
 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' 'libogg' 'libpng' 'libvorbis'
-         'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+         'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
          'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
 source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
@@ -27,7 +27,6 @@
 
   unset CPPFLAGS # for le spidermonkey
 
-  export WX_CONFIG=/usr/bin/wx-config-2.8
   ./update-workspaces.sh \
       --bindir=/usr/bin \
       --libdir=/usr/lib/0ad \



More information about the arch-commits mailing list