[arch-commits] Commit in scapy3k/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Oct 5 17:09:12 UTC 2017
Date: Thursday, October 5, 2017 @ 17:09:11
Author: anthraxx
Revision: 261781
upgpkg: scapy3k 0.21-2
Modified:
scapy3k/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-05 17:05:10 UTC (rev 261780)
+++ PKGBUILD 2017-10-05 17:09:11 UTC (rev 261781)
@@ -3,17 +3,17 @@
pkgname=scapy3k
_pkgname=scapy
pkgver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful interactive packet manipulation program written in Python 3'
url='https://github.com/phaethon/scapy'
depends=('tcpdump' 'python' )
-optdepends=('python-crypto: WEP decryption support'
+optdepends=('python-cryptography: WEP decryption, IPsec and certificate support'
'python-pyx: psdump() and pdfdump() functions'
'python-matplotlib: plotting support'
'python-netifaces: network interface information support'
'graphviz: conversations() method support'
'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 'python-netifaces' 'graphviz' 'sox')
+checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 'python-netifaces' 'graphviz' 'sox')
arch=('any')
license=('GPL2')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
@@ -35,8 +35,8 @@
check() {
cd ${_pkgname}-${pkgver}/test
- # Disabled tests as they currently hang
- #./run_tests
+ # skip tests as they hang
+ # ./run_tests -t regression.uts -K netaccess
}
package() {
More information about the arch-commits
mailing list