From 6bd5d387f90a5721c69feecc18f6d73f1dd15fa8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 29 Feb 2016 11:59:09 +0100 Subject: [PATCH] jhbuild: mark git url as such --- jhbuild-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhbuild-git/PKGBUILD b/jhbuild-git/PKGBUILD index 0787b18f..ce5faad2 100644 --- a/jhbuild-git/PKGBUILD +++ b/jhbuild-git/PKGBUILD @@ -20,7 +20,7 @@ makedepends=('rsync' 'yelp-tools') provides=("${_realname}") conflicts=("${_realname}") -source=('https://git.gnome.org/browse/jhbuild' +source=('git+https://git.gnome.org/browse/jhbuild' 'module_autogenargs.patch') sha256sums=('SKIP' 'f92dd2735e47d0032f4069fbf1c4d1207c83eabd0a6317ea78f39d6157e854b2')