From e5065599ac692b67d266ce66a6bcb210905bade9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 28 Jan 2023 21:41:34 +0100 Subject: collectd: fix _pinned_dependencies --- collectd/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'collectd') 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' -- cgit v1.2.3-54-g00ecf