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

Antonio Rojas arojas at archlinux.org
Thu Mar 9 08:19:47 UTC 2017


    Date: Thursday, March 9, 2017 @ 08:19:46
  Author: arojas
Revision: 215370

Update to 3.2.2 (fixes build with openssl 1.1)

Modified:
  warzone2100/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-09 08:16:07 UTC (rev 215369)
+++ PKGBUILD	2017-03-09 08:19:46 UTC (rev 215370)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
 
 pkgname=warzone2100
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/"
 arch=('i686' 'x86_64')
@@ -12,10 +12,17 @@
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz"
-        warzone2100.appdata.xml)
-md5sums=('1a329156387b3acfee56c7bd86fd606b'
-         '103a57b73af180a1ff7301250cbdcf5d')
+        warzone2100.appdata.xml https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch)
+md5sums=('6cb1cdf382f824d61fcce6fddee67fa7'
+         '103a57b73af180a1ff7301250cbdcf5d'
+         '91247c61e33fa7bed81deac49f60a982')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build
+  patch -p1 -i ../3509cccd.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   



More information about the arch-commits mailing list