summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta5b86779406a5631aae8c009117bea99554365ec (diff)
downloadaur-2cb39a7db86c63ef56a01458e5ef228cedd81cd1.tar.gz
Require nodejs<7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')