summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecff19d9b759..d113982ac301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.14.6
- pkgrel = 2
+ pkgver = 1.14.7
+ pkgrel = 1
url = https://holoviews.org
arch = any
license = custom:BSD-3-clause
@@ -9,7 +9,7 @@ pkgbase = python-holoviews
depends = python-pandas
depends = python-panel
depends = python-colorcet
- source = holoviews-1.14.6::https://github.com/holoviz/holoviews/archive/v1.14.6.tar.gz
- sha512sums = 309c808e9c48cb763d882515b7bb85890abb86009451dc4f54bee6f8190cf180840d838bf824839aabea4cb425e133bab53ef9de825d01bf741f67e1c1e1d120
+ source = holoviews-1.14.7::https://github.com/holoviz/holoviews/archive/v1.14.7.tar.gz
+ sha512sums = 2bf2637ed0cbb56e9333615e9c84a7c839e868af667101b101bf035ea93d599b09e2e35694693f8e2bb0fb8da35e7bfced44bcf2ddf706c5f06336201177379a
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 2fe266ab3c79..9c47dfba13a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Markus Kaiser <markus dot kaiser at in dot tum dot de>
_base=holoviews
pkgname=python-${_base}
-pkgver=1.14.6
-pkgrel=2
+pkgver=1.14.7
+pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=('any')
url="https://${_base}.org"
@@ -11,7 +11,7 @@ license=('custom:BSD-3-clause')
depends=(python-pandas python-panel python-colorcet)
makedepends=(python-setuptools)
source=(${_base}-${pkgver}::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('309c808e9c48cb763d882515b7bb85890abb86009451dc4f54bee6f8190cf180840d838bf824839aabea4cb425e133bab53ef9de825d01bf741f67e1c1e1d120')
+sha512sums=('2bf2637ed0cbb56e9333615e9c84a7c839e868af667101b101bf035ea93d599b09e2e35694693f8e2bb0fb8da35e7bfced44bcf2ddf706c5f06336201177379a')
build() {
cd "${_base}-${pkgver}"