summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kaiser2016-07-16 15:29:25 +0200
committerMarkus Kaiser2016-07-16 15:29:25 +0200
commitf0aa42aa8a60870e7a6087890b931720b1e9b243 (patch)
tree34868baf6792886a13edca1ecde5c2e5e91c0b2d /PKGBUILD
parent800d968ceff346e417d1bd6a976c1f61b471ce83 (diff)
downloadaur-f0aa42aa8a60870e7a6087890b931720b1e9b243.tar.gz
bump version to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f3852b6a65e..70b48b1da4a3 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.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Data visualization via annotation"
arch=("any")
@@ -9,8 +9,8 @@ url="https://ioam.github.io/holoviews"
license=('BSD')
depends=('python-numpy' 'python-param')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/9f/33/5bbab856083a39da38c8e3a9da0306c1a2f765fd4a37f2cb1eaf3c810948/holoviews-1.5.0.zip")
-md5sums=('531209948c44dfe92869a9422ba9a7d4')
+source=("https://pypi.python.org/packages/eb/ab/2e2ba587a8d85ce87e330f3f37bb2eae527733243f599d87f7545faf0848/holoviews-1.6.0.tar.gz")
+md5sums=('13425bb525aae7db6921dcad2593fd1d')
package() {
cd "$srcdir/$_pkgname-$pkgver"