summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968ab07bf86d..d846198ce0f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bettercap-git
pkgdesc = Swiss army knife for network attacks and monitoring
- pkgver = 2.11.1313.8cf3e65
+ pkgver = 2.21.1.1656.4713d25
pkgrel = 1
url = https://github.com/bettercap/bettercap
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = bettercap-git
depends = iproute2
depends = glibc
depends = libnfnetlink
+ optdepends = bettercap-caplets: scripts (caplets) and proxy modules
provides = bettercap
conflicts = bettercap
source = bettercap-git::git+https://github.com/bettercap/bettercap
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)