Date: Monday, March 28, 2016 @ 17:43:39 Author: jelle Revision: 168711
upgpkg: openra 20151224-2 Modified: openra/trunk/PKGBUILD openra/trunk/openra.install ----------------+ PKGBUILD | 2 +- openra.install | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 15:10:11 UTC (rev 168710) +++ PKGBUILD 2016-03-28 15:43:39 UTC (rev 168711) @@ -3,7 +3,7 @@ # Contributor: Matthew Bowra-Dean <[email protected]> pkgname=openra pkgver=20151224 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL" arch=('any') url="http://www.openra.net" Modified: openra.install =================================================================== --- openra.install 2016-03-28 15:10:11 UTC (rev 168710) +++ openra.install 2016-03-28 15:43:39 UTC (rev 168711) @@ -4,10 +4,6 @@ } post_install() { - echo "If the game doesn't run, try using the Cg renderer ~/.openra/settings.yaml like so:" - echo "Graphics:" - echo " Renderer: Cg" - echo "Be careful to only use one indenting tab with 8 shift width." post_upgrade }
