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

Felix Yan fyan at archlinux.org
Wed Dec 24 11:17:45 UTC 2014


    Date: Wednesday, December 24, 2014 @ 12:17:45
  Author: fyan
Revision: 124507

upgpkg: scapy 2.3.1-1

upstream new release

Modified:
  scapy/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-24 11:01:16 UTC (rev 124506)
+++ PKGBUILD	2014-12-24 11:17:45 UTC (rev 124507)
@@ -5,7 +5,7 @@
 # Contributor: s1gma,shirokuro
 
 pkgname=scapy
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A powerful interactive packet manipulation program written in Python"
 url="http://www.secdev.org/projects/scapy/"
@@ -19,12 +19,13 @@
 arch=('any')
 license=('GPL')
 source=(https://bitbucket.org/secdev/scapy/downloads/${pkgname}-${pkgver}.zip)
-sha256sums=('1e63e845ff7a86d4915122945cad2a3b5c60b6914b23713bcbdbab7b24fd47c8')
+sha256sums=('8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i doc/scapy/*.rst \
-    run_scapy scapy/tools/check_asdis.py scapy/layers/inet6.py setup.py
+  sed -e 's/env python$/env python2/g' -i doc/scapy/*.rst scapy/contrib/*.py \
+    run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/inet6.py setup.py
+  sed -e 's/env python $/env python2/' -i scapy/contrib/bgp.py
   sed -e 's/exec python$/exec python2/g' -i run_scapy setup.py
   sed -e 's/exec python /exec python2 /' -i test/run_tests
 }
@@ -37,7 +38,7 @@
 check() {
   cd ${pkgname}-${pkgver}/test
   # Disabled tests as they currently hang
-  # ./run_tests
+  #./run_tests
 }
 
 package() {



More information about the arch-commits mailing list