summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c801cc1c5af..b50028063e16 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.6.2
+pkgver=1.7.0
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')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/d5/9c/d4617468008aa576462d69391a20ce67a95455cd40091915e0f5bfbc878a/holoviews-1.6.2.tar.gz")
-md5sums=('4bf2413cb9c14b732e268d4c3d84b2a0')
+source=("https://pypi.python.org/packages/21/7c/3ca9474a368fcbe8b036de483fce06b2d3a83855c7d2320c9917c86b079c/holoviews-1.7.0.tar.gz")
+md5sums=('9165dc1901b7ce9f5a849ae071c3a8b9')
package() {
cd "$srcdir/$_pkgname-$pkgver"