diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-03 10:59:45 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-03 10:59:45 +0100 |
commit | 177daf5287ccc06cc6746a72cd019acd5f1fcfa8 (patch) | |
tree | 6c6b74953183854abb24fde1f223125d349e92bc | |
parent | bc5b36f950dadfbe9dfb4f467aaf1b858e6f68a6 (diff) | |
download | archlinuxewe-177daf5287ccc06cc6746a72cd019acd5f1fcfa8.tar.xz |
collectd: rebuild
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 154b6fa99..7f0f392a6 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=13 +pkgrel=14 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -78,7 +78,7 @@ _pinned_dependencies=( 'net-snmp=5.9.1' 'nut=2.8.0' 'openipmi=2.0.33' - 'python=3.10.8' + 'python=3.10.9' 'rrdtool=1.8.0' ) depends=("${_pinned_dependencies[@]}" 'libltdl' 'iptables' 'libnsl') |