summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbcfea31f5f7..c603475f4145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git')
depends=('curl' 'snappy' 'automake' 'autoconf')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("git://github.com/openvenues/${pkgname%-git}.git")
+source=("git+https://github.com/openvenues/${pkgname%-git}")
md5sums=('SKIP')
install="${pkgname}.install"