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 155f54d63526..4004bcf9f1de 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.13.3
+ pkgver = 1.13.4
pkgrel = 1
url = http://holoviews.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-holoviews
depends = python-panel
depends = python-pyviz_comms
options = !emptydirs
- source = https://files.pythonhosted.org/packages/9a/1c/842589f5c2614f5ab799fe7ee44f0629e31efe0fa1bd4a2c3b4110174b87/holoviews-1.13.3.tar.gz
- sha256sums = e6753651a8598f21fc2c20e8456865ecec276cfea1519182a76d957506727934
+ source = https://files.pythonhosted.org/packages/26/ee/874b92109ecb76d0b5a71edf50971c94db0c6717867d70e8c2e81a824872/holoviews-1.13.4.tar.gz
+ sha256sums = 34dc09dfb557f79515a011a72b343daf31b5e5d67403a008dded59bab658267c
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index 89a385a7c4f1..63780cc2d540 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.13.3
+pkgver=1.13.4
pkgrel=1
pkgdesc="Stop plotting your data - annotate your data and let it visualize itself."
arch=("any")
@@ -10,8 +10,8 @@ license=('BSD')
depends=('python-numpy' 'python-param' 'python-pandas' 'python-panel' 'python-pyviz_comms')
makedepends=('python-pyct')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/9a/1c/842589f5c2614f5ab799fe7ee44f0629e31efe0fa1bd4a2c3b4110174b87/holoviews-1.13.3.tar.gz')
-sha256sums=('e6753651a8598f21fc2c20e8456865ecec276cfea1519182a76d957506727934')
+source=('https://files.pythonhosted.org/packages/26/ee/874b92109ecb76d0b5a71edf50971c94db0c6717867d70e8c2e81a824872/holoviews-1.13.4.tar.gz')
+sha256sums=('34dc09dfb557f79515a011a72b343daf31b5e5d67403a008dded59bab658267c')
package() {
cd "$srcdir/$_pkgname-$pkgver"