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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Sep 28 10:23:14 UTC 2013


    Date: Saturday, September 28, 2013 @ 12:23:13
  Author: svenstaro
Revision: 97755

upgpkg: openra 20130915-2

Applying random patch to maybe fix something

Modified:
  openra/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-28 09:49:01 UTC (rev 97754)
+++ PKGBUILD	2013-09-28 10:23:13 UTC (rev 97755)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
 pkgver=20130915
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL"
 arch=('any')
 url="http://open-ra.org"
@@ -14,14 +14,17 @@
 optdepends=('nvidia-cg-toolkit: for using the alternative Cg renderer')
 options=(!strip)
 source=("openra-$pkgver::https://github.com/OpenRA/OpenRA/tarball/release-$pkgver"
-        https://github.com/OpenRA/OpenRA/pull/3837.patch)
+        https://github.com/OpenRA/OpenRA/pull/3837.patch
+        https://github.com/OpenRA/OpenRA/pull/3842.patch)
 md5sums=('9284b6113a77978f446fa0bade7f9cd3'
-         '46ee544f4117c80cc400c03e1637f1f1')
+         '46ee544f4117c80cc400c03e1637f1f1'
+         '692b5533da51b589ab17e6de350ac6b8')
 
 build() {
   cd OpenRA-OpenRA-*
 
   patch -Np1 < $srcdir/3837.patch
+  patch -Np1 < $srcdir/3842.patch
   make
 }
 




More information about the arch-commits mailing list