summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a576aa415243..4ba50565cb14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.15.2
+ pkgver = 1.15.3
pkgrel = 1
url = https://holoviews.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-holoviews
depends = python-panel
depends = python-colorcet
optdepends = jupyter-nbconvert: for use holoviews command
- source = holoviews-1.15.2.tar.gz::https://github.com/holoviz/holoviews/archive/v1.15.2.tar.gz
- sha512sums = 6b1e4eee0fa729fba9ece7fcebfcf584ed31648afc181acfea3ce35b92018a3070e4bd1e66dd90fb944310c52b3343265a68a7a194d5e98b98f50e86b8da22c3
+ source = holoviews-1.15.3.tar.gz::https://github.com/holoviz/holoviews/archive/v1.15.3.tar.gz
+ sha512sums = dd7c8ea5b2b33317d6fb8e0f0d37abe38a862cf7ed6fe5b7c2b92796d2a1e8e047559b22a3a90af638ae971395bbe619617d2bc782b251c80d3f99517bf2e7c4
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 424c1512e522..f69b9966fd63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Markus Kaiser <markus dot kaiser at in dot tum dot de>
_base=holoviews
pkgname=python-${_base}
-pkgver=1.15.2
+pkgver=1.15.3
pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-pandas python-panel python-colorcet)
makedepends=(python-build python-installer)
optdepends=('jupyter-nbconvert: for use holoviews command')
source=(${_base}-${pkgver}.tar.gz::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('6b1e4eee0fa729fba9ece7fcebfcf584ed31648afc181acfea3ce35b92018a3070e4bd1e66dd90fb944310c52b3343265a68a7a194d5e98b98f50e86b8da22c3')
+sha512sums=('dd7c8ea5b2b33317d6fb8e0f0d37abe38a862cf7ed6fe5b7c2b92796d2a1e8e047559b22a3a90af638ae971395bbe619617d2bc782b251c80d3f99517bf2e7c4')
build() {
cd ${_base}-${pkgver}