summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Svoboda2018-12-29 18:17:16 +0100
committerMichal Svoboda2018-12-29 18:17:16 +0100
commit02305dfec1601e5183dbcb95574864ecdbd384a2 (patch)
treef65b650af48ab1e9b567d615dd32b8b6b13c39c8 /PKGBUILD
parent8faf3ffaf9ff4a3905e217d9560492b1499baea3 (diff)
downloadaur-02305dfec1601e5183dbcb95574864ecdbd384a2.tar.gz
add libmaxminddb dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff35c239b160..1033439e8aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='The next generation version of the original ntop, a network traffic pro
arch=('x86_64' 'i686')
url='http://www.ntop.org/'
license=('GPL3')
-depends=('redis' 'geoip' 'libmariadbclient' 'libpcap' 'sqlite')
+depends=('redis' 'geoip' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb')
makedepends=('glib2' 'automake' 'libtool' 'wget' 'curl' 'libxml2')
source=("https://github.com/ntop/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/ntop/nDPI/archive/$_ndpiver.tar.gz"