summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975eff17c573..c438031c0fe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sergey Mastykov
pkgname=linkchecker
-pkgver=10.0.0
+pkgver=10.0.1
pkgrel=1
pkgdesc="Check websites for broken links."
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'python-argcomplete: For command-line completion'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/linkchecker/linkchecker/archive/v$pkgver.tar.gz")
-sha256sums=('e86bdd9d1bd39e7caee7521c80f211f9cbdc07f5bc01225ee4fc07a7ada34ccd')
+sha256sums=('81641ac8794d355585fa8807b525a868e7ff13a4d85d04c2aba13e2a25e71484')
build() {
cd "$pkgname-$pkgver"