diff options
Diffstat (limited to 'testing/py3-python-stdnum')
-rw-r--r-- | testing/py3-python-stdnum/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-python-stdnum/APKBUILD b/testing/py3-python-stdnum/APKBUILD index b2f7223354..3c45b656bc 100644 --- a/testing/py3-python-stdnum/APKBUILD +++ b/testing/py3-python-stdnum/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-python-stdnum _pkgname=python-stdnum -pkgver=1.11 -pkgrel=1 +pkgver=1.12 +pkgrel=0 pkgdesc="Python module to handle standardized numbers and codes" url="https://arthurdejong.org/python-stdnum" arch="noarch" @@ -15,7 +15,7 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver replaces="py-stdnum" # Backwards compatibility -provides="py-stdnum=$pkgver-r$pkkgrel" # Backwards compatibility +provides="py-stdnum=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1 python-stdnum-1.11.tar.gz" +sha512sums="7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f python-stdnum-1.12.tar.gz" |