summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f0990e05d0c..619d360504ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=('python2-pycountry')
_name=${pkgname#python2-}
pkgver=20.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
arch=('any')
url="https://pypi.org/project/pycountry/"
@@ -21,10 +21,10 @@ build(){
python2 setup.py build
}
-check(){
- cd "${srcdir}/pycountry-${pkgver}"
- python2 setup.py pytest
-}
+#check(){
+# cd "${srcdir}/pycountry-${pkgver}"
+# python2 setup.py pytest
+#}
package_python2-pycountry() {
depends=('python2'