summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kaiser2016-09-26 21:29:11 +0200
committerMarkus Kaiser2016-09-26 21:29:11 +0200
commitd6bdb320292f7dc7b6e97b3470ca17e8d152dc99 (patch)
tree827664bd1b13648a6ad7ed5de5f493b40b64c26a
parent44d1ebcc71fa78371a10d49cbe6057d320ffe41d (diff)
downloadaur-d6bdb320292f7dc7b6e97b3470ca17e8d152dc99.tar.gz
... and proper url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8421ebf3c56a..7fdcba9c5eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 19:17:16 UTC 2016
+# Mon Sep 26 19:29:03 UTC 2016
pkgbase = python-holoviews
pkgdesc = Stop plotting your data - annotate your data and let it visualize itself.
pkgver = 1.6.2
pkgrel = 1
- url = https://ioam.github.io/holoviews
+ url = http://holoviews.org
arch = any
license = BSD
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 2cd38b099ab7..9c801cc1c5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.6.2
pkgrel=1
pkgdesc="Stop plotting your data - annotate your data and let it visualize itself."
arch=("any")
-url="https://ioam.github.io/holoviews"
+url="http://holoviews.org"
license=('BSD')
depends=('python-numpy' 'python-param')
options=(!emptydirs)