summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2020-01-26 09:51:16 +0300
committerAlexey D2020-01-26 09:51:16 +0300
commit3c0c50857c9eb5ee9e8ee4e6cc53b749862d248d (patch)
treed74508d4238eb479707f4fd409fffedb4ecf488c
parent630f18d00e349db5ea93eff5324879884cc2a67f (diff)
downloadaur-3c0c50857c9eb5ee9e8ee4e6cc53b749862d248d.tar.gz
small hack from upstream package
see https://bugs.archlinux.org/task/65206
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0a7a980b3d5..24098075db30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syslog-ng-nosystemd
pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities
pkgver = 3.25.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.syslog-ng.com/products/open-source-log-management/
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = syslog-ng-nosystemd
makedepends = libmaxminddb
makedepends = net-snmp
makedepends = librdkafka
+ makedepends = libcap=2.28
depends = awk
depends = glib2
depends = libcap
diff --git a/PKGBUILD b/PKGBUILD
index 1182e87422b4..d3445675d767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=syslog-ng-nosystemd
pkgver=3.25.1
-pkgrel=2
+pkgrel=3
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -15,7 +15,7 @@ depends=('awk' 'glib2' 'libcap' 'libnsl' 'udev' 'json-c' 'curl' 'libnet')
# we need latest mongo-c-driver build to make configure version check work correctly
makedepends=('flex' 'pkg-config' 'libxslt' 'mongo-c-driver>=1.14.0-3' 'librabbitmq-c'
'python' 'libesmtp' 'hiredis' 'libdbi' 'libmaxminddb' 'net-snmp'
- 'librdkafka')
+ 'librdkafka' 'libcap=2.28')
optdepends=('logrotate: for rotating log files'
'libdbi: for the SQL plugin'
'librabbitmq-c: for the AMQP plugin'