Date: Monday, June 9, 2014 @ 12:23:15 Author: svenstaro Revision: 112874
upgpkg: openra 20140608-1 upstream release 20140608 Modified: openra/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-09 10:22:12 UTC (rev 112873) +++ PKGBUILD 2014-06-09 10:23:15 UTC (rev 112874) @@ -2,14 +2,14 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra -pkgver=20131223 -pkgrel=3 +pkgver=20140608 +pkgrel=1 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL" arch=('any') url="http://open-ra.org" license=('GPL3') install=openra.install -depends=('mono' 'openal' 'libgl' 'freetype2' 'sdl2' 'hicolor-icon-theme' 'ttf-dejavu' 'gtk-update-icon-cache' 'desktop-file-utils') +depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity') makedepends=('git' 'unzip') optdepends=('nvidia-cg-toolkit: for using the alternative Cg renderer') options=(!strip) @@ -35,4 +35,5 @@ cd OpenRA make prefix=/usr DESTDIR="$pkgdir" install-all + make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts }
