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 027b8cf3393d..b9df91571502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-isbntools
_pyname="${pkgname#python-}"
-pkgver=4.3.23
+pkgver=4.3.25
pkgrel=1
pkgdesc="Extract, clean, transform, hyphenate and metadata for ISBNs"
arch=('any')
@@ -12,7 +12,7 @@ license=('LGPL3')
depends=('python' 'python-isbnlib')
makedepends=('python-setuptools')
source=("https://github.com/xlcnd/$_pyname/archive/v$pkgver.tar.gz")
-sha256sums=('57537f039ce188a666641cf5015f8042c17193d97d2817bffd9c3fbbe27eef68')
+sha256sums=('24a586e28d16b9342a9521a707319874f0e2e5e5c9c6d0ceddef66cee36ba5d8')
package(){
cd "$_pyname-$pkgver"