summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2020-09-15 12:07:06 +0200
committerLászló Várady2020-09-15 12:07:06 +0200
commit0d02b318d8ef32f8ecebec297199e61ce2d13055 (patch)
treee0f69a3a361897b48bf2e2634583e5a677ad927a
parenta934a1112ba884c6e05febe3b6569a85b42f17c1 (diff)
downloadaur-0d02b318d8ef32f8ecebec297199e61ce2d13055.tar.gz
Remove geoip
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 793556a8d850..0be90b284628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,6 @@ pkgbase = syslog-ng-git
makedepends = hiredis
makedepends = librabbitmq-c
makedepends = riemann-c-client
- makedepends = geoip
makedepends = libmaxminddb
makedepends = mongo-c-driver
makedepends = net-snmp
@@ -43,7 +42,6 @@ pkgbase = syslog-ng-git
optdepends = hiredis: for the Redis plugin
optdepends = librabbitmq-c: for the AMQP plugin
optdepends = riemann-c-client: for the Riemann plugin
- optdepends = geoip: for the GeoIP plugin
optdepends = libmaxminddb: for the GeoIP2 plugin
optdepends = mongo-c-driver: for the MongoDB plugin
optdepends = net-snmp: for the SNMP plugin
diff --git a/PKGBUILD b/PKGBUILD
index f4d62d70136c..4f8bdcc33c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://www.syslog-ng.com/products/open-source-log-management/"
license=('GPL2' 'LGPL2.1')
depends=('systemd-libs' 'awk' 'glib2' 'ivykis' 'openssl' 'pcre' 'json-c' 'curl' 'libnet')
makedepends=('git' 'autoconf-archive' 'libxslt' 'docbook-xsl' 'json-c' 'curl' 'libdbi' 'libesmtp'
- 'hiredis' 'librabbitmq-c' 'riemann-c-client' 'geoip' 'libmaxminddb' 'mongo-c-driver'
+ 'hiredis' 'librabbitmq-c' 'riemann-c-client' 'libmaxminddb' 'mongo-c-driver'
'net-snmp' 'librdkafka' 'python')
checkdepends=('criterion' 'python-nose' 'python-ply')
optdepends=('logrotate: for rotating log files'
@@ -22,7 +22,6 @@ optdepends=('logrotate: for rotating log files'
'hiredis: for the Redis plugin'
'librabbitmq-c: for the AMQP plugin'
'riemann-c-client: for the Riemann plugin'
- 'geoip: for the GeoIP plugin'
'libmaxminddb: for the GeoIP2 plugin'
'mongo-c-driver: for the MongoDB plugin'
'net-snmp: for the SNMP plugin'