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 12f5261af5e5..7e7021757f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jerry73204 <jerry73204 at google gmail>
_base=geoviews
pkgname=python-${_base}
-pkgver=1.9.6
+pkgver=1.10.0
pkgrel=1
pkgdesc="Simple, concise geographical visualization in Python"
arch=(any)
@@ -18,7 +18,7 @@ checkdepends=(python-pytest python-geopandas python-spatialpandas) # python-xarr
# 'python-matplotlib: for '
# )
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('a1e199a37cbc19dc6756130b891b2388f4a4a1176df507e83af0b00d8b0edd50019f278173fdb553f5370cdd86fffb175cb8201e4aa098038960d14b9658f3a9')
+sha512sums=('c7b85b91420be842ccfe724185245f49c63291cc95c10fd179388542ab661962fbb573046e8f59d0c75ec813bd4fcf05bd33f2d094692d1905b2f3b9b82b5b37')
build() {
cd ${_base}-${pkgver}