summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 14:12:22 +0300
committerCaleb Maclennan2024-03-28 14:12:22 +0300
commite1d7ad5ac10f39693974cf2e8a56d5505ea404e3 (patch)
tree36a07ed0a9de13ac59a8ac11c6864563399900ee
parent2bfa117780f6ed0d8ab2378dfce81ed6fa694457 (diff)
downloadaur-e1d7ad5ac10f39693974cf2e8a56d5505ea404e3.tar.gz
upgpkg: python-isbntools 4.3.29-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d56d8f0c410..c82886a93dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-isbntools
pkgdesc = Extract, clean, transform, hyphenate and metadata for ISBNs
- pkgver = 4.3.28
- pkgrel = 2
+ pkgver = 4.3.29
+ pkgrel = 1
url = https://pypi.python.org/pypi/isbntools
arch = any
license = LGPL3
@@ -11,7 +11,7 @@ pkgbase = python-isbntools
makedepends = python-setuptools
depends = python
depends = python-isbnlib
- source = https://github.com/xlcnd/isbntools/archive/v4.3.28/isbntools-4.3.28.tar.gz
- sha256sums = 8d5dd48eca3056e9952420e141d2c1057792366f9814cce1fe5dbba486f804a6
+ source = https://github.com/xlcnd/isbntools/archive/v4.3.29/isbntools-4.3.29.tar.gz
+ sha256sums = 1d44597f5b45d8f4c689265030a986f0c58d0ff90cea11ad642c3d063d7b3fcf
pkgname = python-isbntools
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"