summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert burner Schadek2023-12-26 16:01:34 +0100
committerRobert burner Schadek2023-12-26 16:01:34 +0100
commit1b1ba0aa23989ab25e572a95943c5bb0852fe6d3 (patch)
treeacc0a5e9b8eea4865cbf305bfa9b244ec8fe40ff
parent160da639df3937669266cfe3e90cc8da116e2edf (diff)
downloadaur-1b1ba0aa23989ab25e572a95943c5bb0852fe6d3.tar.gz
source fix provided by thevtm
-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"