summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpider.007 / Sjon2016-09-09 11:43:41 +0200
committerSpider.007 / Sjon2016-09-09 11:43:41 +0200
commit6e2b431f1274a38de47bf2bbd1cf8e222b21f2cc (patch)
treeaf599affe054ebbcbc90f08d0f2bdcd160713924 /PKGBUILD
parentd0f1e80e2cd3bc53356dd951ac267d6248bfc5c3 (diff)
downloadaur-6e2b431f1274a38de47bf2bbd1cf8e222b21f2cc.tar.gz
update to 4.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b6149960141..b001183142f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'"
arch=('any')
@@ -13,14 +13,13 @@ options=('!strip')
source=(
"https://download.elasticsearch.org/kibana/kibana/$pkgname-$pkgver-linux-x86_64.tar.gz"
kibana.service)
-sha256sums=('9c6520727e565607bb17c7147591a1328b9de39aa63067e9196ef78cd4f0a3d5'
+sha256sums=('2cc005b7bfbe2436f4cf93fcdb957ab5683e7d7843537dfd2bd51644c835dcaf'
'SKIP')
package() {
cd "$pkgdir"
install -dm755 usr/lib/kibana
-
install -Dm644 "$srcdir/kibana.service" usr/lib/systemd/system/kibana.service
cd "$srcdir/$pkgname-$pkgver-linux-x86_64"
@@ -28,8 +27,6 @@ package() {
install -Dm644 config/kibana.yml "$pkgdir"/etc/elasticsearch/kibana/kibana.yml
rm -R ./node/
-# chmod +r -R src/; find src -type d -exec chmod +x {} \;
+ chmod o+w optimize/
cp -Rp * "$pkgdir"/usr/lib/kibana/
-
- chmod o+w "$pkgdir"/usr/lib/kibana/optimize/
}