summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan2016-07-03 16:57:19 -0600
committerJonathan2016-07-03 16:57:19 -0600
commitfd8bf17338a360debe8292f0a037bd9091d01363 (patch)
tree728dec6ed518cc809821e306994eb55a48695c8d /PKGBUILD
parent15ae18d60404e4cf644714db00bef6f4fc1dd73c (diff)
downloadaur-fd8bf17338a360debe8292f0a037bd9091d01363.tar.gz
added libmardiadbclient dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 879456bbff21..6085d4a3bfaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=2.4
-pkgrel=6
+pkgrel=7
pkgdesc='The next generation version of the original ntop, a network traffic probe that shows the network usage'
arch=('x86_64' 'i686')
url='http://www.ntop.org/'
license=('GPL3')
-depends=('redis' 'geoip')
+depends=('redis' 'geoip' 'libmariadbclient')
# Add ndpi as dep once issues is fixed with 404 on source
makedepends=('glib2' 'automake' 'libtool' 'geoip' 'libpcap' 'wget' 'libxml2' 'sqlite' 'curl' 'libmariadbclient')
source=("http://downloads.sourceforge.net/project/ntop/ntopng/ntopng-2.4-stable.tar.gz" "ntopng@.service" "ntopng-2.4-stable.tar.gz.sig" "ntopng@.service.sig")