summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2019-03-28 14:03:05 +1000
committerBrenton Horne2019-03-28 14:03:05 +1000
commitfe0b68fab10f4a82c357f4324592095ca31bd648 (patch)
treeee7ba1ebc2b4f5e533fbb5cb79b5061115bf8eb3
parent51693db270004ae900f2b70eb51db466ff35e521 (diff)
downloadaur-fe0b68fab10f4a82c357f4324592095ca31bd648.tar.gz
Mv make ver to build so upd pkgver is used
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7b3688be318..e006418c226d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openra-rv-git
pkgdesc = A Command & Conquer: Red Alert 2-inspired mod of OpenRA
pkgver = 1632.git.3b3a111
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MustaphaTR/Romanovs-Vengeance
install = openra-rv.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fcdd87367cd7..d7010668b77b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openra-rv-git
_pkgname=openra-rv
pkgver=1632.git.3b3a111
-pkgrel=1
+pkgrel=2
pkgdesc="A Command & Conquer: Red Alert 2-inspired mod of OpenRA"
arch=('any')
url="https://github.com/MustaphaTR/Romanovs-Vengeance"
@@ -34,12 +34,12 @@ prepare() {
cd $srcdir/Romanovs-Vengeance
dos2unix *.md
printf "Success in converting docs...\n"
- make version VERSION="${pkgver}"
- printf "Success in setting version\n"
}
build() {
cd $srcdir/Romanovs-Vengeance
+ make version VERSION="${pkgver}"
+ printf "Success in setting version\n"
make || (printf "make failed; please do not complain at the AUR about this, as this is an upstream issue.\n" && \
printf "So report this at https://github.com/MustaphaTR/Romanovs-Vengeance/issues/new, after checking\n" && \
printf "for existing issues.\n")