From 2d65913e36c2b0fd9d6697bd670a5911f25cbb44 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 19 Apr 2017 23:35:07 +0000 Subject: [PATCH] community/netdata to 1.6.0-2 --- community/netdata/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index 45ec6606b..0cde1f219 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netdata pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web." url="https://github.com/firehol/netdata/wiki" arch=('i686' 'x86_64') @@ -41,5 +41,6 @@ package() { touch "$pkgdir/etc/netdata/netdata.conf" install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service" + install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata" }