summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan2016-07-03 01:49:10 -0600
committerJonathan2016-07-03 01:49:10 -0600
commit7b9695a714db9cdf951774e1e854f9bb4c1a8501 (patch)
tree1214a5b023679c4aab50aab9b87f5b99a9d6f54f /PKGBUILD
parentb5099afb8771872909cbb7aec4d428643b521b89 (diff)
downloadaur-7b9695a714db9cdf951774e1e854f9bb4c1a8501.tar.gz
added gpg key to PKGBUILD to prevent validation errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d71ef5082352..feebe939fadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Evan Teitelman <teitelmanevan at gmail dot com>
# Contributor: Ari Mizrahi <codemunchies@gmail.com>
# Contributor: CRT <cirkit@kode.email>
-
+validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=2.4
-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/'