summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2019-03-23 23:36:28 +1000
committerBrenton Horne2019-03-23 23:36:28 +1000
commit80a620a49379bf2e896598b1f86756c3d3894037 (patch)
tree88037201939389c555f0c2cfc8298f6b758ad380
parent95b82ce83be5381ab445bf33bc43e14c349992cb (diff)
downloadaur-80a620a49379bf2e896598b1f86756c3d3894037.tar.gz
Had to adjust git repo src line to upd SRCINFO
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9ce7f0a7a7..c061570063e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = openra-yr-git
depends = zenity
provides = openra-yr
options = !strip
- source = git+https://github.com/cookgreen/yr.git
+ source = git+https://www.openra.net.git
source = openra-yr
source = openra-yr.appdata.xml
source = openra-yr.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 409c19c74c67..b500cf16659c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolo
makedepends=('dos2unix' 'git' 'unzip')
provides=('openra-yr')
options=(!strip)
-source=("git+https://github.com/cookgreen/yr.git"
+source=("git+${url}.git"
"openra-yr"
"openra-yr.appdata.xml"
"openra-yr.desktop")