[arch-commits] Commit in openra/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 4 12:35:00 UTC 2020


    Date: Monday, May 4, 2020 @ 12:34:59
  Author: svenstaro
Revision: 624728

upgpkg: openra 20200503-2: Fix release version

Modified:
  openra/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 11:30:28 UTC (rev 624727)
+++ PKGBUILD	2020-05-04 12:34:59 UTC (rev 624728)
@@ -2,7 +2,7 @@
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
 pkgver=20200503
-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"
@@ -18,7 +18,7 @@
 prepare() {
   cd OpenRA
 
-  make version
+  make version VERSION="release-${pkgver}"
 }
 
 build() {



More information about the arch-commits mailing list