summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-02-08 07:27:00 +0300
committerCaleb Maclennan2021-02-08 07:27:00 +0300
commit8a8d2cb01aff65efee1045ce16b91602adb4813b (patch)
treef550311358ea602cd1500242838bec1557d3c37f /PKGBUILD
parent0ab1586401594f6b53ebba81e257b2fad157411d (diff)
downloadaur-8a8d2cb01aff65efee1045ce16b91602adb4813b.tar.gz
upgpkg: python-isbntools 4.3.25-1
upstream release
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"