Date: Sunday, November 23, 2014 @ 13:08:50 Author: svenstaro Revision: 122990
upgpkg: openra 20141029-1 upstream release 20141029 Modified: openra/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-23 11:18:40 UTC (rev 122989) +++ PKGBUILD 2014-11-23 12:08:50 UTC (rev 122990) @@ -2,7 +2,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra -pkgver=20140722 +pkgver=20141029 pkgrel=1 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL" arch=('any') @@ -13,12 +13,16 @@ makedepends=('git' 'unzip') optdepends=('nvidia-cg-toolkit: for using the alternative Cg renderer') options=(!strip) -source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}") -md5sums=('SKIP') +source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}" + "https://github.com/OpenRA/OpenRA/pull/6931.patch") +md5sums=('SKIP' + '38552127001404181ac5ab01e75929ff') prepare() { cd OpenRA + patch -Np1 < $srcdir/6931.patch + make version }
