summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-06-08 11:58:57 +0200
committerMalte Rabenseifner2016-06-08 11:58:57 +0200
commit85a000858536652f777842758d0cf0f21adf1877 (patch)
treed6ccca8781d65450e5550278607046afb3e34f08 /.SRCINFO
parent03b1462996db17240312f462ef4b6cb3d4fc55a4 (diff)
downloadaur-85a000858536652f777842758d0cf0f21adf1877.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 1deb1c3274f5..3a233e3c3a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 09:25:33 UTC 2016
+# Wed Jun 8 09:58:28 UTC 2016
pkgbase = icinga2-git
pkgdesc = An open source host, service and network monitoring program
pkgver = r7325.899592c
@@ -15,6 +15,8 @@ pkgbase = icinga2-git
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