summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-02-07 21:48:02 -0800
committerMike Swanson2014-02-07 21:48:02 -0800
commitb9d74a60e7cb17053ee30e1b3a30431d30d4ce87 (patch)
tree80d993f1b40da76e3dc4212cd692d4897132233a
parent6d361d07b073a9e6426b928117946c4f853cb1a1 (diff)
downloadaur-b9d74a60e7cb17053ee30e1b3a30431d30d4ce87.tar.gz
Switch chocolate-doom-git clone URL from native Git protocol to HTTPS.
This is a bit more secure and not subject to MITM attacks.
-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() {