summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--diamond-4.0.41.tar.gzbin0 -> 193663 bytes
-rw-r--r--diamond.service1
4 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a401c774c6d7..fca2c3f5a275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = diamond
pkgdesc = Diamond is daemon that collects system metrics and publishes them to graphite and others
pkgver = 4.0.41
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/python-diamond/Diamond
arch = any
license = mit
@@ -16,7 +16,7 @@ pkgbase = diamond
source = https://pypi.python.org/packages/source/d/diamond/diamond-4.0.41.tar.gz
source = diamond.service
md5sums = 063ee62fc30a678260df582335a583c3
- md5sums = 98d7bd00ba751ab416c325eda82e740f
+ md5sums = 4294f34a8a4644c28788b997dcb4ba22
pkgname = diamond
diff --git a/PKGBUILD b/PKGBUILD
index 53774ca92bca..ab81dbcfb96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=diamond
pkgver=4.0.41
-pkgrel=2
+pkgrel=3
pkgdesc="Diamond is daemon that collects system metrics and publishes them to graphite and others"
arch=(any)
url="https://github.com/python-diamond/Diamond"
@@ -18,7 +18,7 @@ backup=(etc/diamond/diamond.conf)
source=("https://pypi.python.org/packages/source/d/diamond/diamond-${pkgver}.tar.gz"
'diamond.service')
md5sums=('063ee62fc30a678260df582335a583c3'
- '98d7bd00ba751ab416c325eda82e740f')
+ '4294f34a8a4644c28788b997dcb4ba22')
package() {
cd "$srcdir/diamond-${pkgver}"
diff --git a/diamond-4.0.41.tar.gz b/diamond-4.0.41.tar.gz
new file mode 100644
index 000000000000..37f0d14e4ea4
--- /dev/null
+++ b/diamond-4.0.41.tar.gz
Binary files differ
diff --git a/diamond.service b/diamond.service
index efe5070a4f32..144d7bcc909b 100644
--- a/diamond.service
+++ b/diamond.service
@@ -4,6 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/diamond --foreground
+TimeoutStopSec=2
[Install]
WantedBy=multi-user.target