summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6340e485fc19..3f220d5bb208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ntopng
pkgdesc = The next generation version of the original ntop, a network traffic probe that shows the network usage
pkgver = 3.8
- pkgrel = 3
+ pkgrel = 4
url = http://www.ntop.org/
install = install-script.sh
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = ntopng
depends = libpcap
depends = sqlite
depends = libmaxminddb
+ depends = zeromq
source = https://github.com/ntop/ntopng/archive/3.8.tar.gz
source = https://github.com/ntop/nDPI/archive/2.6.tar.gz
source = ntopng@.service
diff --git a/.gitignore b/.gitignore
index b25c15b81fae..759fc30fe8d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
*~
+*.tar.gz
+*.tar.xz
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"