diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-20 09:59:52 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-20 09:59:52 +0100 |
commit | 27bc198fc53c43f9e8c93729da00c00bd940fa60 (patch) | |
tree | 5bd549c077a4fc23b1bf8aca1e514d55cc93637a /collectd | |
parent | f6537dc849665e1671e22a6df60ce8c52c43a980 (diff) | |
download | archlinuxewe-27bc198fc53c43f9e8c93729da00c00bd940fa60.tar.xz |
collectd: rebuild
Diffstat (limited to 'collectd')
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index f07c4c167..72f17e9ea 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=16 +pkgrel=17 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -59,7 +59,7 @@ _pinned_dependencies=( 'libglib-2.0.so=0' 'libgobject-2.0.so=0' 'libgpg-error=1.46' - 'libldap=2.6.3' + 'libldap=2.6.4' 'libmariadb.so=3' 'libmemcached-awesome=1.1.3' 'libmicrohttpd.so=12' |