diff options
author | Erich Eckner <git@eckner.net> | 2023-01-28 21:41:34 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-28 21:41:34 +0100 |
commit | e5065599ac692b67d266ce66a6bcb210905bade9 (patch) | |
tree | 4d6fc049c4054a3670445c95ceb5a9b6551548fb /collectd | |
parent | e95e402291b55aa51c66f11fd933fd0ff7b3600e (diff) | |
download | archlinuxewe-e5065599ac692b67d266ce66a6bcb210905bade9.tar.xz |
collectd: fix _pinned_dependencies
Diffstat (limited to 'collectd')
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 2f3fc76ba..1b142cef9 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=14 +pkgrel=15 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -42,6 +42,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' makedepends=(${optdepends[@]%:*}) _pinned_dependencies=( + 'gcc-libs=12.2.1' 'glibc>=2.36' 'iptables=1:1.8.8' 'jansson=2.14' @@ -70,6 +71,7 @@ _pinned_dependencies=( 'libprotobuf-c.so=1' 'librabbitmq-c=0.11.0' 'libsensors.so=5' + 'libssl.so=3' 'libudev.so=1' 'libvirt.so=0' 'libxml2.so=2' |