summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-07-03 15:01:07 -0700
committerDonald Webster2020-07-03 15:01:07 -0700
commit5b6c9f5451440711b87d689790b710dc8c73104a (patch)
treea80793e989a90cfcd27e3abc9f474dcfe55ee76b
parent8fa227f77525b3b25dae8d274aadd748c465fc57 (diff)
downloadaur-5b6c9f5451440711b87d689790b710dc8c73104a.tar.gz
Update to v20.7.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e39b9c1c1da..34399e9a173c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pycountry
pkgdesc = ISO country, subdivision, language, currency and script definitions and their translations
- pkgver = 20.7.2
+ pkgver = 20.7.3
pkgrel = 1
url = https://pypi.org/project/pycountry/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-pycountry
checkdepends = python2-pytest-runner
makedepends = python2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/pycountry/pycountry-20.7.2.tar.gz
- sha512sums = 2de04812a8fc738e8aed6b3d23bfefa1585a534594427fb6c2dd54e6eebbfa8a6c21c20cd5dcca052d8e5fb59071dabffbfa508db4ff65b3af499db61f48ec29
+ source = https://files.pythonhosted.org/packages/source/p/pycountry/pycountry-20.7.3.tar.gz
+ sha512sums = df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58
pkgname = python2-pycountry
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index b5563277a31b..5f0990e05d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('python2-pycountry')
_name=${pkgname#python2-}
-pkgver=20.7.2
+pkgver=20.7.3
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=('2de04812a8fc738e8aed6b3d23bfefa1585a534594427fb6c2dd54e6eebbfa8a6c21c20cd5dcca052d8e5fb59071dabffbfa508db4ff65b3af499db61f48ec29')
+sha512sums=('df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58')
build(){
cd "${srcdir}/pycountry-${pkgver}"