diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:05 +0100 |
commit | c517403191487e089f802396e9e981db52b14a10 (patch) | |
tree | 8b6f312875e603bebaf2d9534cf2feb5f1893746 | |
parent | 8d0d0dd551d2fef77a818c02254cf483c5b51cb8 (diff) | |
download | aports-c517403191487e089f802396e9e981db52b14a10.tar.gz aports-c517403191487e089f802396e9e981db52b14a10.tar.bz2 aports-c517403191487e089f802396e9e981db52b14a10.tar.xz |
community/py3-phonenumbers: rebuild against python 3.10
-rw-r--r-- | community/py3-phonenumbers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-phonenumbers/APKBUILD b/community/py3-phonenumbers/APKBUILD index ebee6ccc8d..2627e5ec9a 100644 --- a/community/py3-phonenumbers/APKBUILD +++ b/community/py3-phonenumbers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org> pkgname=py3-phonenumbers pkgver=8.12.33 -pkgrel=0 +pkgrel=1 pkgdesc="International phone number library for Python" url="https://github.com/daviddrysdale/python-phonenumbers" arch="noarch" |