diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:17 +0200 |
commit | c60cd2022d342bf963302add2f23f6ab386700fc (patch) | |
tree | 75c245306b0b44dcc51a40fd29b4257642773294 /collectd/PKGBUILD | |
parent | 50dc8bb2760ab49b808c27a21ddac4f302043e76 (diff) | |
download | archlinuxewe-c60cd2022d342bf963302add2f23f6ab386700fc.tar.xz |
collectd: rebuild
Diffstat (limited to 'collectd/PKGBUILD')
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 6968111fa..e7e5c5c35 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=19 +pkgrel=20 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -42,7 +42,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' makedepends=(${optdepends[@]%:*}) _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.36' 'iptables=1:1.8.9' 'jansson=2.14' |