summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f8b62f86d33..49bcd55772ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=mapclassify
pkgname=python-mapclassify
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Classification schemes for choropleth mapping."
arch=('any')
url="https://github.com/pysal/mapclassify"
@@ -15,11 +15,11 @@ optdepends=('python-sphinx: documents'
'python-sphinxcontrib-bibtex: documents'
'python-numpydoc: documents'
'python-pytest: tests'
- 'pytest-cov: tests'
+ 'python-pytest-cov: tests'
'python-codecov: tests'
'python-geopandas: tests'
- 'libpysal: tests'
- 'palettable: tests')
+ 'python-libpysal: tests'
+ 'python-palettable: tests')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('bfe1ec96afe7f866560d25f9f00e5c4dae97d5b69dfe758dbe02c4993261365b')