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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Nov 26 14:03:11 UTC 2015


    Date: Thursday, November 26, 2015 @ 15:03:10
  Author: svenstaro
Revision: 147853

upgpkg: 0ad a19-1

upstream release a19

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-26 13:55:18 UTC (rev 147852)
+++ PKGBUILD	2015-11-26 14:03:10 UTC (rev 147853)
@@ -3,29 +3,23 @@
 # Contributor: t3ddy  <t3ddy1988 "at" gmail {dot} com>
 # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves at gmail.com>
 pkgname=0ad
-pkgver=a18
-_pkgver=0.0.18-alpha
-pkgrel=8
+pkgver=a19
+_pkgver=0.0.19-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' 'libogg' 'libpng' 'libvorbis'
-         'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+         'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
          'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=("https://sourceforge.net/projects/zero-ad/files/releases/$pkgname-$_pkgver-unix-build.tar.xz"
-        "miniupnpc14.patch"
-        "9f24795fa4935aa1adcdea8c1008541011b3964f.patch")
-md5sums=('84aedae3ab86955f87c55607600daa12'
-         'a0d8ea2026b51a41af4f17ef89f89630'
-         'dd14fef832a4eded98bbdd87cba00f8f')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
+md5sums=('1c16fdab6886ee21b076c69903054374')
 
 prepare() {
   cd "$srcdir/$pkgname-$_pkgver/"
   sed -i "s/env python/env python2/g" libraries/source/cxxtest-4.4/bin/cxxtestgen
-  patch -Np1 < $srcdir/miniupnpc14.patch
-  patch -Np1 < $srcdir/9f24795fa4935aa1adcdea8c1008541011b3964f.patch
 }
 
 build() {
@@ -35,7 +29,6 @@
 
   export WX_CONFIG=/usr/bin/wx-config-2.8
   ./update-workspaces.sh \
-      --with-system-miniupnpc \
       --bindir=/usr/bin \
       --libdir=/usr/lib/0ad \
       --datadir=/usr/share/${pkgname}/data



More information about the arch-commits mailing list