diff options
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index f07c4c167..72f17e9ea 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=16 +pkgrel=17 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.46' - 'libldap=2.6.3' + 'libldap=2.6.4' 'libmariadb.so=3' 'libmemcached-awesome=1.1.3' 'libmicrohttpd.so=12' |