summarylogtreecommitdiffstats
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
parent3ecea7963cd0a4dd0790cd45fef71bc245cd2a05 (diff)
downloadaur-551db6ff54e8e0977dc8bfb33beb5d2d04cb1cd2.tar.gz
Updated to include arch=any, since we don't use the compiled nodejs
also upped e/s dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc1beb4bf26..646fd394dbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 10:14:02 UTC 2016
+# Sun Jan 17 11:19:01 UTC 2016
pkgbase = kibana
pkgdesc = browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'
pkgver = 4.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/kibana
install = kibana.install
- arch = i686
- arch = x86_64
+ arch = any
license = apache
depends = nodejs
- optdepends = elasticsearch>=2.0
+ optdepends = elasticsearch>=2.1
backup = etc/elasticsearch/kibana/kibana.yml
source = https://download.elasticsearch.org/kibana/kibana/kibana-4.3.1-linux-x64.tar.gz
source = kibana.service
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=(