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

Levente Polyak anthraxx at archlinux.org
Sun Dec 18 19:33:50 UTC 2016


    Date: Sunday, December 18, 2016 @ 19:33:49
  Author: anthraxx
Revision: 200202

upgpkg: scapy3k 0.19-1

Modified:
  scapy3k/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-18 18:52:41 UTC (rev 200201)
+++ PKGBUILD	2016-12-18 19:33:49 UTC (rev 200202)
@@ -2,21 +2,22 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="https://github.com/phaethon/scapy"
+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'
             'python-pyx: psdump() and pdfdump() functions'
-            'python-gnuplot: plotting support'
+            'python-matplotlib: plotting support'
+            'python-netifaces: network interface information support'
             'graphviz: conversations() method support'
             'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-gnuplot' 'graphviz' 'sox')
+checkdepends=('python-crypto' '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)
-sha512sums=('1ba8c606156e663001a7f19805f0a41b6415d9c78840ba2009726a6a9b01bdf6f90e6b13a4473201174ee097579a3c10a708ae56b10adde14ffce1a0054fce30')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
+sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
 
 prepare() {
   cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list