Date: Thursday, April 5, 2018 @ 22:07:54 Author: anthraxx Revision: 314527
upgpkg: scapy3k 0.23-2 (adding conflicts to scapy) scapy is python3 now therefor adding a conflicts Modified: scapy3k/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-05 22:01:57 UTC (rev 314526) +++ PKGBUILD 2018-04-05 22:07:54 UTC (rev 314527) @@ -3,8 +3,8 @@ pkgname=scapy3k _pkgname=scapy pkgver=0.23 -pkgrel=1 -pkgdesc='Powerful interactive packet manipulation program written in Python 3' +pkgrel=2 +pkgdesc='Powerful interactive packet manipulation program (based on scapy) written in Python' url='https://github.com/phaethon/scapy' depends=('tcpdump' 'python' ) optdepends=('python-cryptography: WEP decryption, IPsec and certificate support' @@ -14,6 +14,7 @@ 'graphviz: conversations() method support' 'sox: for VOIP support') checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 'python-netifaces' 'graphviz' 'sox') +conflicts=('scapy') arch=('any') license=('GPL2') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz) @@ -35,8 +36,8 @@ check() { cd ${_pkgname}-${pkgver}/test - # skip tests as they hang - # ./run_tests -t regression.uts -K netaccess + # Run only main tests, without network access + #./run_tests -K netaccess -F } package() {
