summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-02-06 16:00:34 -0500
committerTyler Langlois2016-02-06 16:00:34 -0500
commita66ac08d604827aeeea8d39723fff06f271cae9f (patch)
treeb77e4df9d789e58b07511fc27b7afdaa7dc39c5a
parent21d16c268bd4091fd47f105c5d444e83e8c08076 (diff)
downloadaur-a66ac08d604827aeeea8d39723fff06f271cae9f.tar.gz
beats: add documentation and LANG=C variable to source builds
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--topbeat.service1
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aaf1b306a4e..753a1f7acbb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 21:48:01 UTC 2016
+# Sat Feb 6 20:57:07 UTC 2016
pkgbase = topbeat-bin
pkgdesc = An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/beats
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = topbeat-bin
options = !strip
backup = etc/topbeat/topbeat.yml
source = topbeat.service
- sha256sums = 62f5b613d9464e4d8b1074c1a54b95cbd1c6615f0c788f1d9093becbdbc6c45d
+ sha256sums = ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b
source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.1.0-i686.tar.gz
sha256sums_i686 = b47c3eaead181afc1d7d18af6f0182e3d8dfe6222d85d3f4497c761a83f39ab9
source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.1.0-x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 942c318f0de8..cec21419d0a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
url="https://www.elastic.co/products/beats"
@@ -14,7 +14,7 @@ options=('!strip')
provides=("$_pkgbase")
conflicts=("$_pkgbase")
source=("$_pkgbase.service")
-sha256sums=('62f5b613d9464e4d8b1074c1a54b95cbd1c6615f0c788f1d9093becbdbc6c45d')
+sha256sums=('ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b')
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/topbeat.service b/topbeat.service
index d4c4419e26ce..9478a3bc3b06 100644
--- a/topbeat.service
+++ b/topbeat.service
@@ -1,5 +1,6 @@
[Unit]
Description=open source server monitoring agent that stores metrics in Elasticsearch
+Documentation=https://www.elastic.co/guide/en/beats/topbeat/current
After=network.target
[Service]