summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2019-03-24 00:12:14 +1000
committerBrenton Horne2019-03-24 00:12:14 +1000
commit2415ff020406d360a706b75c241bf039760d48a0 (patch)
tree2937e827ecc83f5609d651f5277f1dde07067604
parent33b3b9526030db61a528e0ab6b1dbab122c0df5d (diff)
downloadaur-2415ff020406d360a706b75c241bf039760d48a0.tar.gz
Adjusting make ver line
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa90039b95c7..898108ae2d87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = openra-rv-git
- pkgdesc = A Romanov's Vengeance-inspired mod of OpenRA, warning you will need the original Red Alert 2 game (Ultimate Edition) assets to play this game
+ pkgdesc = A Command & Conquer: Red Alert 2-inspired mod of OpenRA
pkgver = 1624.git.7f5be71
pkgrel = 1
url = https://www.openra.net
@@ -23,7 +23,7 @@ pkgbase = openra-rv-git
depends = zenity
provides = openra-rv
options = !strip
- source = git+https://github.com/MustaphaTR/Romanovs-Vengeance.git
+ source = git+https://www.openra.net.git
source = openra-rv
source = openra-rv.appdata.xml
source = openra-rv.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 4566cf2b8d4f..edd0034b9f0b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
+# Maintainer: Brenton Horne <brentonhorne77@gmail.com>
+
pkgname=openra-rv-git
_pkgname=openra-rv
pkgver=1624.git.7f5be71
pkgrel=1
-pkgdesc="A Romanov's Vengeance-inspired mod of OpenRA, warning you will need the original Red Alert 2 game (Ultimate Edition) assets to play this game"
+pkgdesc="A Command & Conquer: Red Alert 2-inspired mod of OpenRA"
arch=('any')
url="https://www.openra.net"
license=('GPL3')
@@ -12,7 +14,7 @@ depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolo
makedepends=('dos2unix' 'git' 'unzip')
provides=('openra-rv')
options=(!strip)
-source=("git+https://github.com/MustaphaTR/Romanovs-Vengeance.git"
+source=("git+${url}.git"
"openra-rv"
"openra-rv.appdata.xml"
"openra-rv.desktop")
@@ -32,7 +34,7 @@ prepare() {
cd $srcdir/Romanovs-Vengeance
dos2unix *.md
printf "Success in converting docs...\n"
- make version VERSION="Master commit ${pkgver}"
+ make version VERSION="${pkgver}"
printf "Success in setting version\n"
}