[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Thu Jun 13 20:53:49 UTC 2019
Date: Thursday, June 13, 2019 @ 20:53:48
Author: bluewind
Revision: 356020
From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Sun, 17 Mar 2019 19:38:42 +0100
Subject: Add libdbi as optdepends
Modified:
syslog-ng/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-13 20:53:47 UTC (rev 356019)
+++ PKGBUILD 2019-06-13 20:53:48 UTC (rev 356020)
@@ -7,12 +7,13 @@
arch=('x86_64')
url="https://www.syslog-ng.com/products/open-source-log-management/"
license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd-libs' 'glib2' 'libdbi' 'libnsl')
-makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis')
+depends=('awk' 'systemd-libs' 'glib2' 'libnsl')
+makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis' 'libdbi')
checkdepends=('python-nose' 'python-ply' 'python2')
optdepends=('logrotate: for rotating log files'
'json-c: for json-plugin'
'curl: for the HTTP module'
+ 'libdbi: for the SQL plugin'
'librabbitmq-c: for the AMQP plugin'
'mongo-c-driver: for the MongoDB plugin'
'python: for the Python plugin'
More information about the arch-commits
mailing list