summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-02-18 22:03:26 -0600
committerDan Beste2017-02-18 22:03:26 -0600
commitc1882dafe849539d2bd47792f4a1327c9ac306d8 (patch)
tree3939356c3ee1f14118cd53d83e4d6b36729d54b7
parent9bde3121055c2d1e07cb049988b709e2b960b25f (diff)
downloadaur-c1882dafe849539d2bd47792f4a1327c9ac306d8.tar.gz
Allow ssh or https downloads
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c17b5d81497..f68fc6f2f5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = ags-git
depends = libvorbis
optdepends = wine: For non-native games
conflicts = ags
- source = git://github.com/adventuregamestudio/ags.git
+ source = git+https://github.com/adventuregamestudio/ags.git
sha256sums = SKIP
pkgname = ags-git
diff --git a/PKGBUILD b/PKGBUILD
index 0d75b7230d36..51d4f34e0a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ conflicts=(
'ags'
)
source=(
- 'git://github.com/adventuregamestudio/ags.git'
+ 'git+https://github.com/adventuregamestudio/ags.git'
)
sha256sums=(
'SKIP'