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 285fcfe24f66..564a95bb5c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.15.0
+ pkgver = 1.15.1
pkgrel = 1
url = https://holoviews.org
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-holoviews
depends = python-panel
depends = python-colorcet
optdepends = jupyter-nbconvert: for use holoviews command
- source = holoviews-1.15.0.tar.gz::https://github.com/holoviz/holoviews/archive/v1.15.0.tar.gz
- sha512sums = aa2de2a6e0297cccd9462be065dfc18e2be520e1239a85434c420c80639a72bc9fc3489c20e7b427378487ae4d27ccf65cfbecfe1d0d25d4ea792f98337ea1df
+ source = holoviews-1.15.1.tar.gz::https://github.com/holoviz/holoviews/archive/v1.15.1.tar.gz
+ sha512sums = 93d0703477e2b7e39adbfc28a8c6c360e4b7fe2f6ae87be11225cd3e47f973b9503c17320c6f7cc59c3ff25392b9fa58b684cb0d0c6d1b0e2071291076e926af
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 1395d0d83c59..a2f224c1900e 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.0
+pkgver=1.15.1
pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=(any)
@@ -11,7 +11,7 @@ license=('custom:BSD-3-clause')
depends=(python-pandas python-panel python-colorcet)
optdepends=('jupyter-nbconvert: for use holoviews command')
source=(${_base}-${pkgver}.tar.gz::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('aa2de2a6e0297cccd9462be065dfc18e2be520e1239a85434c420c80639a72bc9fc3489c20e7b427378487ae4d27ccf65cfbecfe1d0d25d4ea792f98337ea1df')
+sha512sums=('93d0703477e2b7e39adbfc28a8c6c360e4b7fe2f6ae87be11225cd3e47f973b9503c17320c6f7cc59c3ff25392b9fa58b684cb0d0c6d1b0e2071291076e926af')
build() {
cd ${_base}-${pkgver}