summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Svoboda2018-12-31 10:10:15 +0100
committerMichal Svoboda2018-12-31 10:14:34 +0100
commit6e3d5f7877799f597c067f58eef5e6f593c3d0cb (patch)
treeea08b775843378727a4a40d6c6426f86a6d7d054 /PKGBUILD
parentff8923671248ee918d4070f8e848f3ff6f9265c5 (diff)
downloadaur-6e3d5f7877799f597c067f58eef5e6f593c3d0cb.tar.gz
add zeromq dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b1f34814c23..c2ac6cc0c33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=3.8
_ndpiver=2.6
-pkgrel=3
+pkgrel=4
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' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb')
+depends=('redis' 'geoip' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb' 'zeromq')
makedepends=('glib2' 'automake' 'libtool' 'wget' 'curl' 'libxml2')
install=install-script.sh
source=("https://github.com/ntop/$pkgname/archive/$pkgver.tar.gz"