summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 14:12:22 +0300
committerCaleb Maclennan2024-03-28 14:12:22 +0300
commite1d7ad5ac10f39693974cf2e8a56d5505ea404e3 (patch)
tree36a07ed0a9de13ac59a8ac11c6864563399900ee /PKGBUILD
parent2bfa117780f6ed0d8ab2378dfce81ed6fa694457 (diff)
downloadaur-e1d7ad5ac10f39693974cf2e8a56d5505ea404e3.tar.gz
upgpkg: python-isbntools 4.3.29-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07f6eed1447a..8c65aaa61802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-isbntools
_pyname="${pkgname#python-}"
-pkgver=4.3.28
-pkgrel=2
+pkgver=4.3.29
+pkgrel=1
pkgdesc="Extract, clean, transform, hyphenate and metadata for ISBNs"
arch=(any)
url="https://pypi.python.org/pypi/$_pyname"
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://github.com/xlcnd/$_pyname/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('8d5dd48eca3056e9952420e141d2c1057792366f9814cce1fe5dbba486f804a6')
+sha256sums=('1d44597f5b45d8f4c689265030a986f0c58d0ff90cea11ad642c3d063d7b3fcf')
build() {
cd "$_archive"