summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohnnybash2020-04-09 13:55:22 +0200
committerjohnnybash2020-04-09 13:55:22 +0200
commit6139d649b5cd51550f2612127c2f79b5a3580593 (patch)
tree08b1aaea5774665aed9b2e149fca963206baff42 /PKGBUILD
parentd0bbe48094873aad1a0ac0641d948274373464f5 (diff)
downloadaur-6139d649b5cd51550f2612127c2f79b5a3580593.tar.gz
upgpkg: ntopng 4.0-2
add rrdtool as dependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"