diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-24 12:29:25 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-24 12:29:25 +0200 |
commit | f5a29c9849490fbeae155753e9a7d6e5e37fa25e (patch) | |
tree | 8f34a75c36f10ca247f1b2c0267d9c5dfa9f22ff /collectd | |
parent | 7f7437cee81592cd54d668acc242dfcb46e7e7c4 (diff) | |
download | archlinuxewe-f5a29c9849490fbeae155753e9a7d6e5e37fa25e.tar.xz |
collectd: rebuild
Diffstat (limited to 'collectd')
-rw-r--r-- | collectd/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 47c285f47..f1c7b8d9c 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=50 +pkgrel=51 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -44,7 +44,6 @@ makedepends=(${optdepends[@]%:*}) _pinned_dependencies=( 'gcc-libs=14.1.1+r309+gbb34b7eda1f' 'glibc>=2.36' - 'iptables=1:1.8.10' 'jansson=2.14' 'libatasmart=0.19' 'libcap.so=2' @@ -58,12 +57,15 @@ _pinned_dependencies=( 'libgio-2.0.so=0' 'libglib-2.0.so=0' 'libgobject-2.0.so=0' - 'libgpg-error=1.50' + 'libip4tc.so=2' + 'libip6tc.so=2' 'libldap=2.6.8' 'libmariadb.so=3' 'libmemcached-awesome=1.1.4' 'libmicrohttpd.so=12' 'libmnl=1.0.5' + 'libnetsnmpagent.so=40' + 'libnetsnmp.so=40' 'libnotify.so=4' 'liboping.so=0' 'libpcap.so=1' @@ -77,7 +79,6 @@ _pinned_dependencies=( 'libxml2.so=2' 'libyajl.so=2' 'mosquitto=2.0.18' - 'net-snmp=5.9.4' 'nut=2.8.2' 'openipmi=2.0.34' 'rrdtool=1.8.0' |