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

Levente Polyak anthraxx at archlinux.org
Sun Sep 27 09:52:08 UTC 2020


    Date: Sunday, September 27, 2020 @ 09:52:08
  Author: anthraxx
Revision: 712584

upgpkg: thc-ipv6 3.6-3: add perl depends for some bins

Modified:
  thc-ipv6/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 09:47:02 UTC (rev 712583)
+++ PKGBUILD	2020-09-27 09:52:08 UTC (rev 712584)
@@ -5,14 +5,15 @@
 
 pkgname=thc-ipv6
 pkgver=3.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6'
 url='https://github.com/vanhauser-thc/thc-ipv6'
 arch=('x86_64')
 license=('AGPL3')
-depends=('libpcap' 'openssl' 'libnetfilter_queue')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}.tar.gz)
+depends=('glibc' 'libpcap' 'openssl' 'libnetfilter_queue' 'perl' 'perl-socket6')
+source=(https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
+b2sums=('2215a59717f7e007b739724409ef1575c8f82ae22b415e7120b4c318fa54ae1e7238333c86da1a82607e46b470e3a367e0d415899890d4d916f45d65c20f0b54')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list