summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-05 18:43:29 -0500
committerCarlos Aznarán2024-04-05 18:43:29 -0500
commitf238e914a01f1925d990a22ce014fa338bb56222 (patch)
tree3fc4b20e392e454844fd49cf099132353cdfd62a
parent5ef9289a9ee95cf63ee9fa43654b462fb25b80d5 (diff)
downloadaur-f238e914a01f1925d990a22ce014fa338bb56222.tar.gz
Bump version to 1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97051dfc2776..97ac092359f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-geoviews
pkgdesc = Simple, concise geographical visualization in Python
- pkgver = 1.11.1
+ pkgver = 1.12.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.11.1.tar.gz::https://github.com/pyviz/geoviews/archive/v1.11.1.tar.gz
- sha512sums = 4f2024a47126fbf285dec9189eb7b52a7a1688347d4d6892ab87c3ef1098fb5c86ebde187b03df81215ca4042f624df058d23f8ff69f1c05c5fe2ee2f553b6f6
+ source = geoviews-1.12.0.tar.gz::https://github.com/pyviz/geoviews/archive/v1.12.0.tar.gz
+ sha512sums = b75a206313c4df58e1b70e3d785de55c574d90ae6fa10e1f05d9e363701e3bbd9b0cd070bce46966537db2260870eaa6d047371bf7b6eec1477923bc72a59405
pkgname = python-geoviews
diff --git a/PKGBUILD b/PKGBUILD
index 97b8398f9ac7..244515ac36c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jerry73204 <jerry73204 at google gmail>
_base=geoviews
pkgname=python-${_base}
-pkgver=1.11.1
+pkgver=1.12.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=('4f2024a47126fbf285dec9189eb7b52a7a1688347d4d6892ab87c3ef1098fb5c86ebde187b03df81215ca4042f624df058d23f8ff69f1c05c5fe2ee2f553b6f6')
+sha512sums=('b75a206313c4df58e1b70e3d785de55c574d90ae6fa10e1f05d9e363701e3bbd9b0cd070bce46966537db2260870eaa6d047371bf7b6eec1477923bc72a59405')
build() {
cd ${_base}-${pkgver}