summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d2ead288bf6..b5d58720b1f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,...
pkgver = 0.9.12.dev128
- pkgrel = 1
+ pkgrel = 2
url = https://ivre.rocks/
arch = any
license = GPL3
@@ -16,7 +16,7 @@ pkgname = ivre-git
optdepends = nmap: Network scan
optdepends = masscan: Network scan
optdepends = zmap: Network scan
- optdepends = bro: Network traffic analysis
+ optdepends = zeek: Network traffic analysis
optdepends = argus: Network traffic analysis
optdepends = nfdump: Netflow analysis
optdepends = imagemagick: Screenshots via Nmap scripts
diff --git a/PKGBUILD b/PKGBUILD
index 2978ddb3c30e..02120040ccb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='ivre-git'
pkgbasename='ivre'
pkgname=('ivre-git' 'ivre-web-git' 'ivre-docs-git' 'python-ivre-git' 'python2-ivre-git')
pkgver=0.9.12.dev128
-pkgrel=1
+pkgrel=2
pkgdesc='Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,...'
arch=('any')
url='https://ivre.rocks/'
@@ -40,7 +40,7 @@ package_ivre-git() {
'nmap: Network scan'
'masscan: Network scan'
'zmap: Network scan'
- 'bro: Network traffic analysis'
+ 'zeek: Network traffic analysis'
'argus: Network traffic analysis'
'nfdump: Netflow analysis'
'imagemagick: Screenshots via Nmap scripts'