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 941944e6fa5b..8f7ccede56ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = chocolate-doom-git
conflicts = chocolate-hexen
conflicts = chocolate-strife
conflicts = chocolate-common
- source = git://github.com/chocolate-doom/chocolate-doom.git
+ source = git+https://github.com/chocolate-doom/chocolate-doom.git
sha256sums = SKIP
pkgname = chocolate-doom-git
diff --git a/PKGBUILD b/PKGBUILD
index bc2f46975784..660507db93b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL2')
makedepends=('git' 'autoconf' 'python')
conflicts=(${pkgname[@]/-git/})
install=${_pkgname}.install
-source=(git://github.com/chocolate-doom/chocolate-doom.git)
+source=(git+https://github.com/chocolate-doom/chocolate-doom.git)
sha256sums=('SKIP')
pkgver() {