summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-03-01 06:22:29 -0300
committerHugo Osvaldo Barrera2016-03-01 06:22:29 -0300
commit5ab7d38247becc91ce8c4ae13c51288ed75c6ac7 (patch)
tree915f490520fb07401fd7ea83887b2c90030501d5
parent718baab3e1ea79a3d3e141ca0fe5a437dfcca7e0 (diff)
downloadaur-5ab7d38247becc91ce8c4ae13c51288ed75c6ac7.tar.gz
Download sources via https
This fixes building for users with no local ssh keys.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c38d0f574400..380cdd5a7490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Mar 1 09:22:24 UTC 2016
pkgbase = planetary-annihilation-pte
pkgdesc = Planetary Annihilation Public Test Environment Launcher
pkgver = latest
@@ -7,7 +9,7 @@ pkgbase = planetary-annihilation-pte
license = MIT
depends = python-pycurl
conflicts = planetary-annihilation
- source = git+ssh://git@github.com/pa-pyrus/papatcher.git
+ source = https://github.com/pa-pyrus/papatcher.git
source = PA.sh
md5sums = SKIP
md5sums = a06eed75eb032d8a03b25d92b8abebd1
diff --git a/PKGBUILD b/PKGBUILD
index 2c31cc3cc5be..3e18345b9661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://forums.uberent.com/threads/streams-pte-and-experimental-builds.5896
license=('MIT')
depends=("python-pycurl")
conflicts=("planetary-annihilation")
-source=("git+ssh://git@github.com/pa-pyrus/papatcher.git"
+source=("https://github.com/pa-pyrus/papatcher.git"
"PA.sh")
md5sums=('SKIP'
'a06eed75eb032d8a03b25d92b8abebd1')