summaryrefslogtreecommitdiff
path: root/collectd
diff options
context:
space:
mode:
Diffstat (limited to 'collectd')
-rw-r--r--collectd/PKGBUILD4
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'