summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-02-06 16:00:34 -0500
committerTyler Langlois2016-02-06 16:00:34 -0500
commitf77d86757420b152b3271ae1bf697f9d55d2551a (patch)
tree8aab5ff311a8c13c3e3cadb4eb92ddd793690e9e
parentaa200913a06bde2c7aa98febd88e3b8dbcd0c79b (diff)
downloadaur-f77d86757420b152b3271ae1bf697f9d55d2551a.tar.gz
beats: add documentation and LANG=C variable to source builds
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--packetbeat.service1
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ed89601ebe..58ffd06e9569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 21:48:00 UTC 2016
+# Sat Feb 6 20:57:07 UTC 2016
pkgbase = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/beats/packetbeat
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = packetbeat-bin
options = !strip
backup = etc/packetbeat/packetbeat.yml
source = packetbeat.service
- sha256sums = 09420676932fd4292351c9b55e835c545013477d015b7ffe8d5009ed1984da64
+ sha256sums = e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125
source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.0-i686.tar.gz
sha256sums_i686 = 759786b7bf2688609fefb7f2d09491e97352f282af3bf76ad042d56c2a9a9aa7
source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.0-x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 21dad6e7b1bb..0a9d345c94f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='An open source network packet analyzer that ships data to Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
url="https://www.elastic.co/products/beats/$_pkgbase"
@@ -14,7 +14,7 @@ options=('!strip')
provides=('packetbeat')
conflicts=('packetbeat')
source=("$_pkgbase.service")
-sha256sums=('09420676932fd4292351c9b55e835c545013477d015b7ffe8d5009ed1984da64')
+sha256sums=('e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125')
source_i686=("https://download.elastic.co/beats/$_pkgbase/$_pkgbase-$pkgver-i686.tar.gz")
source_x86_64=("https://download.elastic.co/beats/$_pkgbase/$_pkgbase-$pkgver-x86_64.tar.gz")
diff --git a/packetbeat.service b/packetbeat.service
index 55e3060ebaa8..1fbc5468c1f8 100644
--- a/packetbeat.service
+++ b/packetbeat.service
@@ -1,5 +1,6 @@
[Unit]
Description=Open Source Real-Time Packet Analyzer
+Documentation=https://www.elastic.co/guide/en/beats/packetbeat/current
After=network.target
[Service]