diff options
-rw-r--r-- | testing/py3-pyisbn/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pyisbn/APKBUILD b/testing/py3-pyisbn/APKBUILD index aedb2b9889..f95bdecc82 100644 --- a/testing/py3-pyisbn/APKBUILD +++ b/testing/py3-pyisbn/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pyisbn _pkgname=pyisbn -pkgver=1.1.0 -pkgrel=1 +pkgver=1.2.1 +pkgrel=0 pkgdesc="A module for working with 10- and 13-digit ISBNs" url="https://github.com/JNRowe/pyisbn" arch="noarch" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="9c54199d4a152b7e0ff32ba71b0479dbbbd426a3a1e5b7b08d8619cdae445e13562fd682c9f4c5857075b4c9b50731a715402d8c9463ad48046013c7defcbc28 pyisbn-1.1.0.tar.gz" +sha512sums="4ba93722350803cde1bf969421864e27f4aaf562021e7a4400b182aa4c503ce4e33e5e328aabaef48071704d9533fc42cb95d69e4a5e817ea864149affe6ec85 pyisbn-1.2.1.tar.gz" |