summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-06-08 11:49:54 +0200
committerMalte Rabenseifner2016-06-08 11:49:54 +0200
commit8f35d5e6b033e1dfbc54e27021b318ae9c8c0906 (patch)
tree52c890e9486b3b9e7f8ecda60d9d02a26a0d90a2 /PKGBUILD
parent8066392bbbefd6eec80a97f7ea430d5303ace8a9 (diff)
downloadaur-8f35d5e6b033e1dfbc54e27021b318ae9c8c0906.tar.gz
Add missing dependencies
openssl should have been implicitly used in the past, libedit is required for command history and line-editing when using `icinga2 console`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bedf137b7d44..cde1f7c16777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=icinga2
pkgver=2.4.10
-pkgrel=1
+pkgrel=2
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
url="http://www.icinga.org"
-depends=('boost-libs' 'yajl')
+depends=('boost-libs' 'libedit' 'openssl' 'yajl')
makedepends=('boost' 'cmake' 'libmariadbclient' 'postgresql-libs')
optdepends=('monitoring-plugins: plugins needed for icinga checks'
'libmariadbclient: for MySQL support'