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 e678522456f2..1ed5951d2f4b 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.5
+ pkgver = 1.13.2
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/58/d8/7bd7552e09604819efea0cbd1988d7f1bcaec150ab440254e3f4d988ee3c/holoviews-1.12.5.tar.gz
- sha256sums = 7c3c68e503b7bc5d4d7a24dc5466c9511f84d13a034748b4201973689df08a95
+ source = https://files.pythonhosted.org/packages/9b/ad/aec5011cc02803e50b11c4967b1b2c2fba8c4e5e0f6f2d9f96db3e29cc3b/holoviews-1.13.2.tar.gz
+ sha256sums = cf2dd426cdc08bf2ca669268ca0432634574429e5b143314ee06ad88c5382802
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index ecd1a19fa8f8..73760eade463 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.5
+pkgver=1.13.2
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/58/d8/7bd7552e09604819efea0cbd1988d7f1bcaec150ab440254e3f4d988ee3c/holoviews-1.12.5.tar.gz')
-sha256sums=('7c3c68e503b7bc5d4d7a24dc5466c9511f84d13a034748b4201973689df08a95')
+source=('https://files.pythonhosted.org/packages/9b/ad/aec5011cc02803e50b11c4967b1b2c2fba8c4e5e0f6f2d9f96db3e29cc3b/holoviews-1.13.2.tar.gz')
+sha256sums=('cf2dd426cdc08bf2ca669268ca0432634574429e5b143314ee06ad88c5382802')
package() {
cd "$srcdir/$_pkgname-$pkgver"