summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 632118a3a7f1..e678522456f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = Stop plotting your data - annotate your data and let it visualize itself.
- pkgver = 1.12.2
+ pkgver = 1.12.5
pkgrel = 1
url = http://holoviews.org
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-holoviews
depends = python-param
depends = python-pyviz_comms
options = !emptydirs
- source = https://files.pythonhosted.org/packages/4a/67/1b981e3ad6cf346787f9a61a616a3c58da5d63608ae90932ac5b07746eb1/holoviews-1.12.2.tar.gz
- sha256sums = 62004df8b60dff462b0e0b85506a357ba523f4b172819a2e8505992f95759444
+ source = https://files.pythonhosted.org/packages/58/d8/7bd7552e09604819efea0cbd1988d7f1bcaec150ab440254e3f4d988ee3c/holoviews-1.12.5.tar.gz
+ sha256sums = 7c3c68e503b7bc5d4d7a24dc5466c9511f84d13a034748b4201973689df08a95
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 0d9d24c50bd5..ecd1a19fa8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Kaiser <markus dot kaiser at in dot tum dot de>
_pkgname=holoviews
pkgname=python-$_pkgname
-pkgver=1.12.2
+pkgver=1.12.5
pkgrel=1
pkgdesc="Stop plotting your data - annotate your data and let it visualize itself."
arch=("any")
@@ -9,8 +9,8 @@ url="http://holoviews.org"
license=('BSD')
depends=('python-numpy' 'python-param' 'python-pyviz_comms')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/4a/67/1b981e3ad6cf346787f9a61a616a3c58da5d63608ae90932ac5b07746eb1/holoviews-1.12.2.tar.gz')
-sha256sums=('62004df8b60dff462b0e0b85506a357ba523f4b172819a2e8505992f95759444')
+source=('https://files.pythonhosted.org/packages/58/d8/7bd7552e09604819efea0cbd1988d7f1bcaec150ab440254e3f4d988ee3c/holoviews-1.12.5.tar.gz')
+sha256sums=('7c3c68e503b7bc5d4d7a24dc5466c9511f84d13a034748b4201973689df08a95')
package() {
cd "$srcdir/$_pkgname-$pkgver"