summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2021-03-14 17:43:32 -0500
committerBuce2021-03-14 17:43:32 -0500
commitd07591437100ea044d52788babc264cce5073bdd (patch)
tree49dcfcf531c51b71cc602069eb5a76e27be86351
parent3df20753944bc0ba3baba0fd753cf4efe037631b (diff)
downloadaur-d07591437100ea044d52788babc264cce5073bdd.tar.gz
Use git+https:// instead of git://
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2e1c4abe60..f99e4166297c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Mar 14 22:42:31 UTC 2021
pkgbase = pacrepo-git
pkgdesc = A collection of pacman-related tools
pkgver = 0.r40.gbb49a53
@@ -15,7 +17,7 @@ pkgbase = pacrepo-git
provides = pacrepo
conflicts = pacrepo
backup = etc/pacrepo.conf
- source = pacrepo-git::git://github.com/DMBuce/pacrepo.git
+ source = pacrepo-git::git+https://github.com/DMBuce/pacrepo.git
md5sums = SKIP
pkgname = pacrepo-git
diff --git a/PKGBUILD b/PKGBUILD
index da02d0fcefcc..37577184da18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ replaces=()
backup=('etc/pacrepo.conf')
options=()
install=
-source=("$pkgname::git://github.com/DMBuce/${pkgname%-git}.git")
+source=("$pkgname::git+https://github.com/DMBuce/${pkgname%-git}.git")
#source=("$pkgname::git+ssh://git@mantrid/~/${pkgname%-git}.git")
md5sums=('SKIP')