summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpider.007 / Sjon2016-01-17 12:19:02 +0100
committerSpider.007 / Sjon2016-01-17 12:19:02 +0100
commit551db6ff54e8e0977dc8bfb33beb5d2d04cb1cd2 (patch)
tree587876df89f366617bcb7dbc6069f22bff207a01 /PKGBUILD
parent3ecea7963cd0a4dd0790cd45fef71bc245cd2a05 (diff)
downloadaur-551db6ff54e8e0977dc8bfb33beb5d2d04cb1cd2.tar.gz
Updated to include arch=any, since we don't use the compiled nodejs
also upped e/s dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c540a5ed583..167bd7e5b046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://www.elastic.co/products/kibana"
license=('apache')
depends=('nodejs')
-optdepends=('elasticsearch>=2.0')
+optdepends=('elasticsearch>=2.1')
backup=('etc/elasticsearch/kibana/kibana.yml')
install=kibana.install
source=(