[arch-commits] Commit in beats/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Wed May 10 08:19:38 UTC 2017


    Date: Wednesday, May 10, 2017 @ 08:19:37
  Author: mtorromeo
Revision: 227666

upgpkg: beats 5.4.0-2

Modified:
  beats/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-10 08:17:57 UTC (rev 227665)
+++ PKGBUILD	2017-05-10 08:19:37 UTC (rev 227666)
@@ -4,7 +4,7 @@
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat)
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
 url='https://www.elastic.co/products/beats'
@@ -62,7 +62,7 @@
 }
 
 _do_package_beat() {
-    backup=(etc/$pkgname/$pkgname.yml etc/$pkgname/$pkgname.template{,-es2x}.json)
+    backup=(etc/$pkgname/$pkgname.yml etc/$pkgname/$pkgname.template{,-es2x,-es6x}.json)
 
     cd beats-$pkgver/$pkgname
 
@@ -69,7 +69,7 @@
     install -dm755 "$pkgdir"/var/lib/$pkgname
 
     install -dm755 "$pkgdir"/etc/$pkgname
-    cp $pkgname.{yml,full.yml,template{,-es2x}.json} "$pkgdir"/etc/$pkgname
+    cp $pkgname.{yml,full.yml,template{,-es2x,-es6x}.json} "$pkgdir"/etc/$pkgname
 
     install -Dm755 $pkgname \
                    "$pkgdir"/usr/bin/$pkgname



More information about the arch-commits mailing list