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 <[email protected]> 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() {
