[arch-commits] Commit in openra/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Oct 15 06:57:00 UTC 2017
Date: Sunday, October 15, 2017 @ 06:56:59
Author: svenstaro
Revision: 262833
upgpkg: openra 20171014-1
Modified:
openra/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-15 06:27:54 UTC (rev 262832)
+++ PKGBUILD 2017-10-15 06:56:59 UTC (rev 262833)
@@ -2,7 +2,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
# Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
pkgname=openra
-pkgver=20170527
+pkgver=20171014
pkgrel=1
pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL"
arch=('any')
@@ -27,13 +27,12 @@
make dependencies
make core
- make tools
}
package() {
cd OpenRA
- make prefix=/usr DESTDIR="$pkgdir" install-all
+ make prefix=/usr DESTDIR="$pkgdir" install-core
make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
More information about the arch-commits
mailing list