summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-06-08 11:49:54 +0200
committerMalte Rabenseifner2016-06-08 11:49:54 +0200
commit8f35d5e6b033e1dfbc54e27021b318ae9c8c0906 (patch)
tree52c890e9486b3b9e7f8ecda60d9d02a26a0d90a2 /.SRCINFO
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 '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a257d23fe99..8a64a6c99d64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 09:00:13 UTC 2016
+# Wed Jun 8 09:48:08 UTC 2016
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
pkgver = 2.4.10
@@ -14,6 +14,8 @@ pkgbase = icinga2
makedepends = libmariadbclient
makedepends = postgresql-libs
depends = boost-libs
+ depends = libedit
+ depends = openssl
depends = yajl
optdepends = monitoring-plugins: plugins needed for icinga checks
optdepends = libmariadbclient: for MySQL support