[arch-commits] Commit in netdata/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Jul 27 00:35:13 UTC 2020
Date: Monday, July 27, 2020 @ 00:35:12
Author: svenstaro
Revision: 665398
upgpkg: netdata 1.23.2-2
Depend on which (FS#67385)
Modified:
netdata/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-26 23:33:22 UTC (rev 665397)
+++ PKGBUILD 2020-07-27 00:35:12 UTC (rev 665398)
@@ -3,13 +3,13 @@
pkgname=netdata
pkgver=1.23.2
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
url="https://github.com/netdata/netdata"
arch=('x86_64')
license=('GPL')
backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4' 'openssl')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4' 'openssl' 'which')
optdepends=('nodejs: for monitoring named and SNMP devices'
'lm_sensors: for monitoring hardware sensors'
'iproute2: for monitoring Linux QoS'
More information about the arch-commits
mailing list