diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-26 00:15:17 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-26 00:20:39 +0200 |
commit | 3d33d6fe2349564c4476b6fef46eeeee6c470928 (patch) | |
tree | 97941e6a35dcc0a9ff3c8684abf2510ad6a4ed57 /testing | |
parent | 031a00b248d0e20f168f83e4cb9921ee744862fc (diff) | |
download | aports-3d33d6fe2349564c4476b6fef46eeeee6c470928.tar.bz2 aports-3d33d6fe2349564c4476b6fef46eeeee6c470928.tar.xz |
testing/py-pycountry: upgrade to 18.12.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-pycountry/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-pycountry/APKBUILD b/testing/py-pycountry/APKBUILD index 29fb2a3c2e..bdb2cb72bc 100644 --- a/testing/py-pycountry/APKBUILD +++ b/testing/py-pycountry/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-pycountry _pkgname=pycountry -pkgver=1.4 +pkgver=18.12.8 pkgrel=0 pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" url="https://pypi.org/project/pycountry" @@ -10,7 +10,7 @@ arch="noarch" license="LGPL-2.1-or-later" depends="" makedepends="python2-dev py-lxml py-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -23,4 +23,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="59e6741f8c4a92412391ea672f6dc3778d87fcc38a5f37615bb60c8d022990425cdd8c04724c8eac1d503f11fea68a21989cd24fed060fe3efbdbeb7ef9177be pycountry-1.4.zip" +sha512sums="9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e pycountry-18.12.8.tar.gz" |