[arch-commits] Commit in bettercap/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Apr 3 20:06:49 UTC 2019


    Date: Wednesday, April 3, 2019 @ 20:06:48
  Author: anthraxx
Revision: 448368

upgpkg: bettercap 2.22-2 (restore optdepends)

Modified:
  bettercap/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 19:14:01 UTC (rev 448367)
+++ PKGBUILD	2019-04-03 20:06:48 UTC (rev 448368)
@@ -3,7 +3,7 @@
 
 pkgname=bettercap
 pkgver=2.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
 arch=('x86_64')
@@ -10,8 +10,9 @@
 license=('GPL3')
 depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
 makedepends=('go-pie' 'git' 'dep')
+optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
+source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('86e520a8121afa4175740bbab859f51ea420c14db3ae9a3e690cbec7c5a0b715a4e42a6d3907a323c378e435e4f7a4fc259801d1c4fdae60cb2333bbd4ba1357')
 
 prepare(){



More information about the arch-commits mailing list