summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Brost2018-02-24 22:10:12 +0100
committerJulian Brost2018-02-24 22:10:12 +0100
commit9ce0b06b51f68a1433bfcf2c4e585bd81b452010 (patch)
tree412ab6e103c172073d992d6694384a2e687ad840 /PKGBUILD
parent9650f50f516f01646b3f6b0799cbe7cd59a59914 (diff)
downloadaur-9ce0b06b51f68a1433bfcf2c4e585bd81b452010.tar.gz
add dependency to libsystemd
The icinga2 binary links against libsystemd now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 814787ec1356..4973b383ee3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
url="http://www.icinga.org"
-depends=('boost-libs' 'libedit' 'openssl' 'yajl')
+depends=('boost-libs' 'libedit' 'libsystemd' 'openssl' 'yajl')
optdepends=('monitoring-plugins: plugins needed for icinga checks'
'libmariadbclient: for MySQL support'
'postgresql-libs: for PostgreSQL support')