summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-17 12:39:11 -0500
committerCarlos Aznarán Laos2023-08-17 12:39:11 -0500
commit4a00fab73d3d609cea6f64115b38284da6c79ef1 (patch)
treeb7951ae14a19b68ffdd05ac1b5b59c696c0884f2
parentaba08f25b6b3788a83f37c27925a0a0662670cf9 (diff)
downloadaur-4a00fab73d3d609cea6f64115b38284da6c79ef1.tar.gz
Bump version to 1.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc39d709513c..b5525a461ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.17.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://holoviews.org
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-holoviews
depends = python-panel
depends = python-colorcet
optdepends = jupyter-nbconvert: for use holoviews command
- source = holoviews-1.17.0.tar.gz::https://github.com/holoviz/holoviews/archive/v1.17.0.tar.gz
- sha512sums = 35eec7f60786395b90d92520f3ea4b6e435e81ae282b544dcf1e080829da68797743a42f04e2f10df02e284f4c54ed81ceecf57faa6f0cd9c480e1732bfa9b08
+ source = holoviews-1.17.1.tar.gz::https://github.com/holoviz/holoviews/archive/v1.17.1.tar.gz
+ sha512sums = 62012d09a450cb5a9da4dc5d41efeacd92448d747dc3515cdcb243e1bcc970c3bab03ad48fe4a486776e6ce53bea72f57d39c077086e4eae93a23dde3db99b9b
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 42b96000f512..07046f848314 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.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=(any)
@@ -12,7 +12,7 @@ depends=(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=('35eec7f60786395b90d92520f3ea4b6e435e81ae282b544dcf1e080829da68797743a42f04e2f10df02e284f4c54ed81ceecf57faa6f0cd9c480e1732bfa9b08')
+sha512sums=('62012d09a450cb5a9da4dc5d41efeacd92448d747dc3515cdcb243e1bcc970c3bab03ad48fe4a486776e6ce53bea72f57d39c077086e4eae93a23dde3db99b9b')
build() {
cd ${_base}-${pkgver}