diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-21 23:15:55 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-21 23:23:07 +0300 |
commit | 25278cb90ed4bdf0e026ab07301cadd1f4fb1ef7 (patch) | |
tree | e2bf4be2426ae798f417b717ea9e0b124e8acd5e | |
parent | c15b901aad3185b9c8dbf83d2824264032943da7 (diff) | |
download | aports-25278cb90ed4bdf0e026ab07301cadd1f4fb1ef7.tar.bz2 aports-25278cb90ed4bdf0e026ab07301cadd1f4fb1ef7.tar.xz |
testing/py3-pyisbn: upgrade to 1.2.1
-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" |