summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-25 13:00:38 -0500
committerCarlos Aznarán Laos2023-07-25 13:00:38 -0500
commitaba08f25b6b3788a83f37c27925a0a0662670cf9 (patch)
tree456b453e940680f082d1a2f7d4e1c95a62fcf170
parent6b486caa5fff0b5e5beb35af6ae6c0dbaa3092c3 (diff)
downloadaur-aba08f25b6b3788a83f37c27925a0a0662670cf9.tar.gz
Bump version to 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8360150a806..cc39d709513c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.16.2
+ pkgver = 1.17.0
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.16.2.tar.gz::https://github.com/holoviz/holoviews/archive/v1.16.2.tar.gz
- sha512sums = 93bf3e6b47c6004cdd57917c75fd6e937b804072aa346f0bd444b0d2c16ff418e48f26fd9edd1c5fbe27a11db712caf31b4d4452e6e537f946d04d8ad38c127d
+ source = holoviews-1.17.0.tar.gz::https://github.com/holoviz/holoviews/archive/v1.17.0.tar.gz
+ sha512sums = 35eec7f60786395b90d92520f3ea4b6e435e81ae282b544dcf1e080829da68797743a42f04e2f10df02e284f4c54ed81ceecf57faa6f0cd9c480e1732bfa9b08
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index fb389345de14..42b96000f512 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.16.2
+pkgver=1.17.0
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=('93bf3e6b47c6004cdd57917c75fd6e937b804072aa346f0bd444b0d2c16ff418e48f26fd9edd1c5fbe27a11db712caf31b4d4452e6e537f946d04d8ad38c127d')
+sha512sums=('35eec7f60786395b90d92520f3ea4b6e435e81ae282b544dcf1e080829da68797743a42f04e2f10df02e284f4c54ed81ceecf57faa6f0cd9c480e1732bfa9b08')
build() {
cd ${_base}-${pkgver}