summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Random2016-01-27 12:09:14 +0100
committerJack Random2016-01-27 12:09:14 +0100
commit27966a1d64fea26b7fa26c1d81bcec8e1daeda0c (patch)
tree82eba730c20b04b5bfd0e65741509761aa8a91a9 /PKGBUILD
parent2e26867efae0748594d6cf14e58447319c00669a (diff)
downloadaur-27966a1d64fea26b7fa26c1d81bcec8e1daeda0c.tar.gz
use git+https instead of git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7e39950ece0..58f8371b36cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('git' 'extra-cmake-modules' 'postgresql')
optdepends=('mariadb: MariaDB backend')
conflicts=("$_gitname")
provides=("$_gitname")
-source=("git://github.com/KDE/$_gitname")
+source=("git+https://github.com/KDE/$_gitname")
install=$pkgname.install
sha256sums=("SKIP")