Date: Monday, March 22, 2021 @ 04:20:09 Author: svenstaro Revision: 898812
upgpkg: openra 20210321-1 Modified: openra/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-22 04:13:58 UTC (rev 898811) +++ PKGBUILD 2021-03-22 04:20:09 UTC (rev 898812) @@ -1,11 +1,11 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra -pkgver=20200503 -pkgrel=2 +pkgver=20210321 +pkgrel=1 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL" arch=('any') -url="http://www.openra.net" +url="https://www.openra.net" license=('GPL3') install=openra.install depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' @@ -24,18 +24,13 @@ build() { cd OpenRA - # This currently downloads pre-compiled dependencies which I'm not a fan of. - # The next version of OpenRA will support compiling against system dependencies. - make dependencies - make core + make TARGETPLATFORM=unix-generic } package() { cd OpenRA - make prefix=/usr DESTDIR="$pkgdir" install-core + make prefix=/usr DESTDIR="$pkgdir" install make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts - make prefix=/usr DESTDIR="$pkgdir" install-linux-mime make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata - make prefix=/usr DESTDIR="$pkgdir" install-man-page }
