[arch-commits] Commit in netdata/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 1 22:49:32 UTC 2021


    Date: Monday, March 1, 2021 @ 22:49:31
  Author: svenstaro
Revision: 877091

upgpkg: netdata 1.29.3-2: Add support for cups plugin (FS#69847)

Modified:
  netdata/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-01 22:48:08 UTC (rev 877090)
+++ PKGBUILD	2021-03-01 22:49:31 UTC (rev 877091)
@@ -3,7 +3,7 @@
 
 pkgname=netdata
 pkgver=1.29.3
-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')
@@ -11,6 +11,7 @@
 backup=('etc/netdata/netdata.conf')
 depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4' 'openssl' 'which' 'snappy' 'protobuf'
          'libwebsockets' 'mongo-c-driver')
+makedepends=('cups')
 optdepends=('nodejs: for monitoring named and SNMP devices'
             'lm_sensors: for monitoring hardware sensors'
             'iproute2: for monitoring Linux QoS'
@@ -20,6 +21,7 @@
             'python-requests: for monitoring elasticsearch'
             'hddtemp: for monitoring hhd temperature'
             'apcupsd: for monitoring APC UPS'
+            'cups: for CUPS plugin'
             'iw: for monitoring Linux as access point')
 install=$pkgname.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list