summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Meury2016-05-31 18:42:29 +1000
committerCedric Meury2016-05-31 18:42:29 +1000
commit16686639d4b1932a47376e4246dd6c0ec7e83300 (patch)
tree2162a8d62776eb48d93d9fb13664da7e1ffe1fc9
parent475e1e757794f1ff8afc9c740a2a6e60c1e03281 (diff)
downloadaur-16686639d4b1932a47376e4246dd6c0ec7e83300.tar.gz
more descriptive systemd service description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--uchiwa.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c661c0af2d46..e1ed4188f4b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uchiwa
pkgdesc = A simple dashboard for the Sensu monitoring framework, built with Go and AngularJS.
pkgver = 0.14.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.uchiwa.io/
install = uchiwa.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = uchiwa
source = uchiwa.service
md5sums = 4e0d5c14c4ace11440755d27b74e941e
md5sums = 598261aece4dcb18f35ce5435b652d8a
- md5sums = 2e541f1350bf2fffdcfd71db69dc0b57
+ md5sums = a7222f9eac2a36b5e5c27a7377831dc5
pkgname = uchiwa
diff --git a/PKGBUILD b/PKGBUILD
index 96fd072e39b3..6458d7212f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Meury <cedric@meury.com>
pkgname=uchiwa
pkgver=0.14.5
-pkgrel=2
+pkgrel=3
pkgdesc="A simple dashboard for the Sensu monitoring framework, built with Go and AngularJS."
arch=('x86_64' 'i686')
url="https://www.uchiwa.io/"
@@ -15,7 +15,7 @@ source=("http://dl.bintray.com/palourde/uchiwa/uchiwa-${pkgver}-1.${CARCH//i686/
'uchiwa.service')
md5sums=('4e0d5c14c4ace11440755d27b74e941e'
'598261aece4dcb18f35ce5435b652d8a'
- '2e541f1350bf2fffdcfd71db69dc0b57')
+ 'a7222f9eac2a36b5e5c27a7377831dc5')
package() {
rm $srcdir/opt/uchiwa/bin/.keep
diff --git a/uchiwa.service b/uchiwa.service
index b2ce2f892063..7d146c0c4c98 100644
--- a/uchiwa.service
+++ b/uchiwa.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Dashboard for the Sensu monitoring framework.
+Description=uchiwa sensu dashboard
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]