summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpider.007 / Sjon2017-06-11 14:22:03 +0200
committerSpider.007 / Sjon2017-06-11 14:22:03 +0200
commit2cb39a7db86c63ef56a01458e5ef228cedd81cd1 (patch)
tree55dc96d0910e64ddab65c714061e1967374d996d
parenta5b86779406a5631aae8c009117bea99554365ec (diff)
downloadaur-2cb39a7db86c63ef56a01458e5ef228cedd81cd1.tar.gz
Require nodejs<7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b45ad84b3c78..f70f9c66f671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 16:11:08 UTC 2017
+# Sun Jun 11 12:22:03 UTC 2017
pkgbase = kibana
pkgdesc = browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'
pkgver = 5.4.1
@@ -7,7 +7,7 @@ pkgbase = kibana
url = https://www.elastic.co/products/kibana
arch = any
license = apache
- depends = nodejs
+ depends = nodejs<7.0
optdepends = elasticsearch>=2.4
options = !strip
backup = etc/elasticsearch/kibana/kibana.yml
diff --git a/PKGBUILD b/PKGBUILD
index d889b6759776..0bd39f046052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please
arch=('any')
url="https://www.elastic.co/products/kibana"
license=('apache')
-depends=('nodejs')
+depends=('nodejs<7.0')
optdepends=('elasticsearch>=2.4')
backup=('etc/elasticsearch/kibana/kibana.yml')
options=('!strip')