summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Svoboda2018-12-29 18:37:48 +0100
committerMichal Svoboda2018-12-29 18:37:48 +0100
commit607f669373bea103781de91d6f9ffebb186a4c15 (patch)
treef2cc12d96bc703b7d9112958fea807d21c446b30 /PKGBUILD
parent696444bce958bee3d1f0c61cb94404c1abbcbad6 (diff)
downloadaur-607f669373bea103781de91d6f9ffebb186a4c15.tar.gz
add user ntopng
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1033439e8aba..432c5e9e5e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,14 @@ validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=3.8
_ndpiver=2.6
-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' 'geoip' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb')
makedepends=('glib2' 'automake' 'libtool' 'wget' 'curl' 'libxml2')
+install=install.sh
source=("https://github.com/ntop/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/ntop/nDPI/archive/$_ndpiver.tar.gz"
"$pkgname@.service" )