summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Zenin2022-05-15 17:09:20 +0300
committerIvan Zenin2022-05-15 17:09:20 +0300
commit697a78426c1aebd21930b7c85dfb8cf11ae72a37 (patch)
treebcb162b211a3dbd32557d3c0bf71dac3b7e43cb0
parent11e30b7549525d63cf591522d92005ced3ed46e5 (diff)
downloadaur-linkchecker-git.tar.gz
Update path
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 583f3996d1cf..5121d76bb926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = linkchecker-git
optdepends = python-argcomplete
provides = linkchecker
conflicts = linkchecker
- source = git+git://github.com/linkchecker/linkchecker.git
+ source = git+https://github.com/linkchecker/linkchecker.git
md5sums = SKIP
pkgname = linkchecker-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b01ca5eb82a..548c37b7c5ae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=("python-argcomplete")
provides=('linkchecker')
conflicts=('linkchecker')
makedepends=('git')
-source=("git+git://github.com/linkchecker/linkchecker.git")
+source=("git+https://github.com/linkchecker/linkchecker.git")
md5sums=('SKIP')
pkgver() {