summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2023-09-11 09:52:34 +0200
committerThorsten Müller2023-09-11 09:52:34 +0200
commit58c165112032f691a1772f85922f3b40e03ca14b (patch)
tree07ca65ea2cb36ebac37372c1ddf50d3bbe3c4f25
parenteb388dc91701c2b2d10b1d58366bca32d115c4a7 (diff)
downloadaur-58c165112032f691a1772f85922f3b40e03ca14b.tar.gz
fix backup array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb638206342..fe4fd7d20148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = filebeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
pkgver = 8.9.1
- pkgrel = 0
+ pkgrel = 1
url = https://www.elastic.co/products/beats
arch = x86_64
license = Apache
depends = glibc
conflicts = filebeat-oss
- backup = etc/filebeat-oss/filebeat.yml,
+ backup = etc/filebeat-oss/filebeat.yml
backup = etc/filebeat-oss/fields.yml
+ backup = etc/filebeat-oss/filebeat.reference.yml
source = https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.9.1-linux-x86_64.tar.gz
source = filebeat-oss.service
sha512sums = 26924985ee1641a4fb305aff852c7b44bcbb8044e9a6b54e7753fe0b4bb0ac0551ef25ac9bbfed4191c76d0b8a3abdf3e13396a499d0acd00c211e52ccc60f43
diff --git a/PKGBUILD b/PKGBUILD
index 43cc1000da83..59071d9104c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=filebeat-oss-bin
pkgver=8.9.1
-pkgrel=0
+pkgrel=1
pkgdesc='Data shippers for Elasticsearch'
arch=('x86_64')
url='https://www.elastic.co/products/beats'
@@ -13,7 +13,7 @@ source=("https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${pkgver
"filebeat-oss.service")
sha512sums=('26924985ee1641a4fb305aff852c7b44bcbb8044e9a6b54e7753fe0b4bb0ac0551ef25ac9bbfed4191c76d0b8a3abdf3e13396a499d0acd00c211e52ccc60f43'
'405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779')
-backup=('etc/filebeat-oss/filebeat.yml', 'etc/filebeat-oss/fields.yml')
+backup=('etc/filebeat-oss/filebeat.yml' 'etc/filebeat-oss/fields.yml' 'etc/filebeat-oss/filebeat.reference.yml')
srcpath="filebeat-${pkgver}-linux-x86_64"
package() {