diff options
author | Ivan Zenin | 2022-05-15 17:09:20 +0300 |
---|---|---|
committer | Ivan Zenin | 2022-05-15 17:09:20 +0300 |
commit | 697a78426c1aebd21930b7c85dfb8cf11ae72a37 (patch) | |
tree | bcb162b211a3dbd32557d3c0bf71dac3b7e43cb0 | |
parent | 11e30b7549525d63cf591522d92005ced3ed46e5 (diff) | |
download | aur-linkchecker-git.tar.gz |
Update path
-rw-r--r-- | .SRCINFO | 2 | ||||
-rwxr-xr-x | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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() { |