diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index 0e7f8d78d..23643b2ae 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netdata pkgver=1.13.0 -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') @@ -18,6 +18,7 @@ optdepends=('nodejs: for monitoring named and SNMP devices' 'iproute2: for monitoring Linux QoS' 'python: for most of the external plugins' 'python-psycopg2: for monitoring PostgreSQL databases' + 'python-mysqlclient: for monitoring MySQL/MariaDB databases' 'python-requests: for monitoring elasticsearch' 'hddtemp: for monitoring hhd temperature' 'apcupsd: for monitoring APC UPS'