summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-12-01 23:24:40 +0100
committerBaptiste Jonglez2016-12-01 23:24:40 +0100
commit101c866541cd2681bed522550a3dd6f6d8209b2f (patch)
tree8b0b4f9bb408b5f61018f54d1c1f262817945530
parent60149505768e3e442d29f7ed615bb63a89371e34 (diff)
downloadaur-101c866541cd2681bed522550a3dd6f6d8209b2f.tar.gz
all: switch to HTTPS when available
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c93febab1176..059c91fb7bc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 20:03:06 UTC 2016
+# Thu Dec 1 22:24:42 UTC 2016
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
pkgver = 20161110
@@ -18,7 +18,7 @@ pkgbase = opendht-git
optdepends = python: to use the Python bindings
provides = opendht
conflicts = opendht
- source = git://github.com/savoirfairelinux/opendht
+ source = git+https://github.com/savoirfairelinux/opendht
sha256sums = SKIP
pkgname = opendht-git
diff --git a/PKGBUILD b/PKGBUILD
index c42132d53f09..e17d729714f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ makedepends=('git' 'msgpack-c' 'cmake' 'cython')
optdepends=('python: to use the Python bindings')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
-source=("git://github.com/savoirfairelinux/opendht")
+source=("git+https://github.com/savoirfairelinux/opendht")
sha256sums=('SKIP')
provides=('opendht')
conflicts=('opendht')