summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuce2021-03-14 17:43:31 -0500
committerBuce2021-03-14 17:43:31 -0500
commitbaab5f637c5db229fc6535857782a3a6c52ea54a (patch)
tree934a96200ac19ddb72c4210243ff1d29a849650b /PKGBUILD
parent37242b8efa7bd0ed159de39c47b7b1c35c36cf11 (diff)
downloadaur-baab5f637c5db229fc6535857782a3a6c52ea54a.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 fe348ba06f5b..2ab974d1a0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ conflicts=('clicraft')
backup=("etc/cron.d/clicraft"
"etc/logrotate.d/clicraft")
install="$pkgname.install"
-source=("$pkgname::git://github.com/DMBuce/${pkgname%-git}.git"
+source=("$pkgname::git+https://github.com/DMBuce/${pkgname%-git}.git"
#"$pkgname::git+ssh://git@mantrid/~/${pkgname%-git}.git"
"$pkgname.install"
"$pkgname.rc")