Date: Tuesday, November 10, 2015 @ 16:58:04 Author: svenstaro Revision: 146514
upgpkg: openra 20150919-2 Partially apply patch in FS#46360 Modified: openra/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-10 15:36:43 UTC (rev 146513) +++ PKGBUILD 2015-11-10 15:58:04 UTC (rev 146514) @@ -3,10 +3,10 @@ # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra pkgver=20150919 -pkgrel=1 -pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL" +pkgrel=2 +pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL" arch=('any') -url="http://open-ra.org" +url="http://www.openra.net" license=('GPL3') install=openra.install depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' @@ -36,4 +36,5 @@ make prefix=/usr DESTDIR="$pkgdir" install-all make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts make prefix=/usr DESTDIR="$pkgdir" install-linux-mime + make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata }
