summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-01 12:49:43 -0500
committerCarlos Aznarán2023-11-01 12:49:43 -0500
commitb1be17d82554c7d1fa6ef9f9220616ce341a4065 (patch)
tree50af1de84bf749d558eb66ebfc054ed8d70cbe28
parent0d8a84629f89114e26ad7294a9ffa5bb993b5b32 (diff)
downloadaur-b1be17d82554c7d1fa6ef9f9220616ce341a4065.tar.gz
Bump version to 1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8597c7f626d..17523d52d1a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-geoviews
pkgdesc = Simple, concise geographical visualization in Python
- pkgver = 1.10.1
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/pyviz/geoviews
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-geoviews
makedepends = npm
depends = python-cartopy
depends = python-holoviews
- source = geoviews-1.10.1.tar.gz::https://github.com/pyviz/geoviews/archive/v1.10.1.tar.gz
- sha512sums = 677f6df521e37f0caa755c41246db96a620b90abe38dcb2ab1d5e3774ed41a1e689c9a585704008870b56b2a0009e41c9f2722b8c131eb4cd73d33dfafcdfa25
+ source = geoviews-1.11.0.tar.gz::https://github.com/pyviz/geoviews/archive/v1.11.0.tar.gz
+ sha512sums = a212a5673c63bec0ec0b22a5af93e2640f0fa59d0d36bc88be4c4f696b891e4843338621ae034166abb1a0dbf455767495301fea97bc6da4732fdf5ab184ccfe
pkgname = python-geoviews
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index fee1baaebc56..40f6f5f736a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jerry73204 <jerry73204 at google gmail>
_base=geoviews
pkgname=python-${_base}
-pkgver=1.10.1
+pkgver=1.11.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=('677f6df521e37f0caa755c41246db96a620b90abe38dcb2ab1d5e3774ed41a1e689c9a585704008870b56b2a0009e41c9f2722b8c131eb4cd73d33dfafcdfa25')
+sha512sums=('a212a5673c63bec0ec0b22a5af93e2640f0fa59d0d36bc88be4c4f696b891e4843338621ae034166abb1a0dbf455767495301fea97bc6da4732fdf5ab184ccfe')
build() {
cd ${_base}-${pkgver}