aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pycountry/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pycountry/APKBUILD')
-rw-r--r--community/py3-pycountry/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/py3-pycountry/APKBUILD b/community/py3-pycountry/APKBUILD
index a638109966a..664cce198ac 100644
--- a/community/py3-pycountry/APKBUILD
+++ b/community/py3-pycountry/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pycountry
_pkgname=pycountry
-pkgver=20.7.3
-pkgrel=1
+pkgver=22.3.5
+pkgrel=2
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
url="https://pypi.org/project/pycountry"
arch="noarch"
@@ -26,7 +26,9 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
-sha512sums="df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58 pycountry-20.7.3.tar.gz"
+sha512sums="
+07dc507ee94f1880727761df197f81704386d9246163c9a5872f47083d37c7d1205dfbd28c6663ef0731a0b05277ade03a1a1929ab84087e0e85c05028c68b89 pycountry-22.3.5.tar.gz
+"