diff options
Diffstat (limited to 'collectd')
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 5b04edda8..1ff08e7be 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=35 +pkgrel=36 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -59,7 +59,7 @@ _pinned_dependencies=( 'libglib-2.0.so=0' 'libgobject-2.0.so=0' 'libgpg-error=1.48' - 'libldap=2.6.6' + 'libldap=2.6.7' 'libmariadb.so=3' 'libmemcached-awesome=1.1.4' 'libmicrohttpd.so=12' |