summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-10-16 10:23:15 +0200
committerJulian Brost2022-10-16 10:23:15 +0200
commitf6b03b52c55af00fa8ee2a417498d70b56bc6970 (patch)
tree572029e3c2039ecf0ef9839845713d84929f7497
parenteaddcfb39c85e26733e7accb2a1aa039e37019c4 (diff)
downloadaur-f6b03b52c55af00fa8ee2a417498d70b56bc6970.tar.gz
Remove obsolete dependency yajl
This is not needed anymore since version 2.11: https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/#removed-yajl
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c365fc3b0f4..54c12dde6105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
url="https://icinga.com/"
-depends=('boost-libs' 'libedit' 'libsystemd' 'openssl' 'yajl')
+depends=('boost-libs' 'libedit' 'libsystemd' 'openssl')
optdepends=('monitoring-plugins: plugins needed for icinga checks'
'libmariadbclient: for MySQL support'
'postgresql-libs: for PostgreSQL support')