summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2019-03-27 21:31:55 +0100
committeranthraxx2019-03-27 21:31:55 +0100
commitaf0ddf06073565131112b5d104796194eae76579 (patch)
treece33f3df01fa3c91bbe5060b13bdfd1a57967568 /PKGBUILD
parentc16c5fb75d8911a56d36f9225cb495fd21520c3d (diff)
downloadaur-af0ddf06073565131112b5d104796194eae76579.tar.gz
upgpkg: bettercap-git 2.21.1.1656.4713d25-1 adding caplets optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8fd94eed58a..75c1b8d7695b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=bettercap-git
-pkgver=2.11.1313.8cf3e65
+pkgver=2.21.1.1656.4713d25
pkgrel=1
pkgdesc='Swiss army knife for network attacks and monitoring'
url='https://github.com/bettercap/bettercap'
@@ -9,6 +9,7 @@ arch=('x86_64')
license=('GPL3')
depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
makedepends=('go-pie' 'git' 'dep')
+optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
provides=('bettercap')
conflicts=('bettercap')
source=(${pkgname}::git+https://github.com/bettercap/bettercap)