summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-30 09:24:40 +0800
committerPumpkinCheshire2020-12-30 09:24:40 +0800
commit26efefdf0606f115e635c784279207f8bf1d4076 (patch)
tree85079503be827c513a43fb5810eba2ccdcd82ab0
parent5bd5bc3605deb90b8fe7ec8d90ff539d5b22311e (diff)
downloadaur-26efefdf0606f115e635c784279207f8bf1d4076.tar.gz
bump to 2.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82055536597..c817a81f6460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mapclassify
pkgdesc = Classification schemes for choropleth mapping.
- pkgver = 2.3.0
- pkgrel = 3
+ pkgver = 2.4.2
+ pkgrel = 1
url = https://github.com/pysal/mapclassify
arch = any
license = BSD
@@ -22,8 +22,8 @@ pkgbase = python-mapclassify
optdepends = python-geopandas: tests
optdepends = python-libpysal: tests
optdepends = python-palettable: tests
- source = https://files.pythonhosted.org/packages/source/m/mapclassify/mapclassify-2.3.0.tar.gz
- sha256sums = bfe1ec96afe7f866560d25f9f00e5c4dae97d5b69dfe758dbe02c4993261365b
+ source = https://files.pythonhosted.org/packages/source/m/mapclassify/mapclassify-2.4.2.tar.gz
+ sha256sums = bc20954aa433466f5fbc572e3f23b05f9606b59209f40b0ded93ac1ca983d24e
pkgname = python-mapclassify
diff --git a/PKGBUILD b/PKGBUILD
index 1283b6413c23..7d48c6f3d4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=mapclassify
pkgname=python-mapclassify
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
pkgdesc="Classification schemes for choropleth mapping."
arch=('any')
url="https://github.com/pysal/mapclassify"
@@ -22,7 +22,7 @@ optdepends=('python-sphinx: documents'
'python-palettable: tests')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('bfe1ec96afe7f866560d25f9f00e5c4dae97d5b69dfe758dbe02c4993261365b')
+sha256sums=('bc20954aa433466f5fbc572e3f23b05f9606b59209f40b0ded93ac1ca983d24e')
build() {
cd "$_name-$pkgver"