summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-11-19 16:37:13 +0100
committerMarco Rubin2023-11-19 16:37:13 +0100
commit9611e3a4bca01f359cd2cb5c1d50470153001bef (patch)
treed9fe5ab91d3e7cc3867fa6641048fe2ffdf4d53d
parentdb546d464ca3e17a551959ea976fa22fb6f1557b (diff)
downloadaur-9611e3a4bca01f359cd2cb5c1d50470153001bef.tar.gz
Fixed b2sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fb85cdc666c..795ede82cceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linkchecker
pkgdesc = check links in web documents or full websites
pkgver = 10.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linkcheck/linkchecker
arch = any
license = GPL2
@@ -17,6 +17,6 @@ pkgbase = linkchecker
optdepends = python-argcomplete>=1.8.1: For command-line completion
optdepends = python-pdfminer>=20181108: For reading PDF files
source = https://github.com/linkcheck/linkchecker/archive/v10.3.0.tar.gz
- b2sums = 2ddf216742df3200e740032b55e6349bc45ae1ae87560595f55153737a17975659dace1c5521cb7c211ec9b64323bc3a1afc7e214a538e9eb05ef4a6d1101365
+ b2sums = af2451858c8a95d581e465dbe014b5e24667617f0cbbcc40100b2c1c29df2078e6bbb46b889e4dcd4457174ab19b0e23dbdb7872c8de7ad557e44101f37eefa3
pkgname = linkchecker
diff --git a/PKGBUILD b/PKGBUILD
index da0d790c9f99..8b6a4f3c72a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=LinkChecker
pkgname=linkchecker
pkgver=10.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="check links in web documents or full websites"
arch=('any')
url="https://github.com/linkcheck/linkchecker"
@@ -17,7 +17,7 @@ optdepends=(
'python-pdfminer>=20181108: For reading PDF files'
)
source=("$url/archive/v$pkgver.tar.gz")
-b2sums=('2ddf216742df3200e740032b55e6349bc45ae1ae87560595f55153737a17975659dace1c5521cb7c211ec9b64323bc3a1afc7e214a538e9eb05ef4a6d1101365')
+b2sums=('af2451858c8a95d581e465dbe014b5e24667617f0cbbcc40100b2c1c29df2078e6bbb46b889e4dcd4457174ab19b0e23dbdb7872c8de7ad557e44101f37eefa3')
build() {
cd $pkgname-$pkgver