summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'