summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2020-04-09 13:55:22 +0200
committerjohnnybash2020-04-09 13:55:22 +0200
commit6139d649b5cd51550f2612127c2f79b5a3580593 (patch)
tree08b1aaea5774665aed9b2e149fca963206baff42
parentd0bbe48094873aad1a0ac0641d948274373464f5 (diff)
downloadaur-6139d649b5cd51550f2612127c2f79b5a3580593.tar.gz
upgpkg: ntopng 4.0-2
add rrdtool as dependencie
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb48bfc52ad..83a4eb5d4779 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 = 4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.ntop.org/
install = ntopng.install
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = ntopng
depends = sqlite
depends = libmaxminddb
depends = zeromq
+ depends = rrdtool
source = ntopng-4.0.tar.gz::https://github.com/ntop/ntopng/archive/4.0.tar.gz
source = nDPI-3.2-stable.tar.gz::https://github.com/ntop/nDPI/archive/3.2-stable.tar.gz
source = ntopng@.service
diff --git a/PKGBUILD b/PKGBUILD
index 5ff16e9c1a80..af23830c5b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=4.0
_ndpiver=3.2-stable
-pkgrel=1
+pkgrel=2
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' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb' 'zeromq')
+depends=('redis' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb' 'zeromq' 'rrdtool')
makedepends=('glib2' 'automake' 'libtool' 'wget' 'curl' 'libxml2')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/ntop/$pkgname/archive/$pkgver.tar.gz"