diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-06 10:40:16 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-06 10:40:16 +0100 |
commit | 94d874649c45ebc20b1154912fec44fde04e84c6 (patch) | |
tree | 77b00e80515aac9763463bc0f3c0eb5b68e934f6 /collectd | |
parent | 89311f319e0b8afe80b8954a03ecceb4850f109e (diff) | |
download | archlinuxewe-94d874649c45ebc20b1154912fec44fde04e84c6.tar.xz |
collectd: rebuild
Diffstat (limited to 'collectd')
-rw-r--r-- | collectd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 66a50909d..249c9a17a 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=55 +pkgrel=56 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=( 'libgobject-2.0.so=0' 'libip4tc.so=2' 'libip6tc.so=2' - 'libldap=2.6.8' + 'libldap=2.6.9' 'libmariadb.so=3' 'libmemcached-awesome=1.1.4' 'libmicrohttpd.so=12' @@ -78,7 +78,7 @@ _pinned_dependencies=( 'libvirt.so=0' 'libxml2.so=2' 'libyajl.so=2' - 'mosquitto=2.0.18' + 'mosquitto=2.0.20' 'nut=2.8.2' 'openipmi=2.0.36' 'rrdtool=1.9.0' |