summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a89786386dc..b5563277a31b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('python2-pycountry')
_name=${pkgname#python2-}
-pkgver=19.8.18
+pkgver=20.7.2
pkgrel=1
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
arch=('any')
@@ -14,7 +14,7 @@ license=('LGPL2.1')
makedepends=('python2' 'python2-setuptools')
checkdepends=('python2-pytest' 'python2-pytest-runner')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669')
+sha512sums=('2de04812a8fc738e8aed6b3d23bfefa1585a534594427fb6c2dd54e6eebbfa8a6c21c20cd5dcca052d8e5fb59071dabffbfa508db4ff65b3af499db61f48ec29')
build(){
cd "${srcdir}/pycountry-${pkgver}"