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

Morten Linderud foxboron at archlinux.org
Mon Apr 19 20:07:08 UTC 2021


    Date: Monday, April 19, 2021 @ 20:07:07
  Author: foxboron
Revision: 920005

upgpkg: scapy 2.4.5-1

Modified:
  scapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-19 20:05:32 UTC (rev 920004)
+++ PKGBUILD	2021-04-19 20:07:07 UTC (rev 920005)
@@ -5,8 +5,8 @@
 
 pkgbase=scapy
 pkgname=('scapy' 'python-scapy')
-pkgver=2.4.3
-pkgrel=4
+pkgver=2.4.5
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python'
 url='http://www.secdev.org/projects/scapy/'
 arch=('any')
@@ -15,8 +15,8 @@
 checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib'
               'graphviz' 'sox')
 source=(https://github.com/secdev/scapy/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7597179ab2cb8c462e426cd8e433d72fbb69d9b30d3c0a9c272a6097cbf24faf')
-sha512sums=('f1ff86187508074337eea35c00619794a4f50ddffcbd580201f6fceedf419ce95e1af17943cd6cd701c99122926ae8420689cc511ef9010f741875a5e90a96b1')
+sha256sums=('cd2aadf020f60102c0fc1c54a2542985adc9371572d3088376c613e1b71f8c53')
+sha512sums=('b5ccd689f7bd4fbbb86921a35360b94ec7a738b494f16e4764828689835296016bc476825add798406e4d32761d8df90b41ce7e38049afdabf98397b1bf5982a')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 check() {
   # Run only main tests, without network access
   cd ${pkgbase}-${pkgver}/test
-  ./run_tests_py3 -K netaccess -F
+  ./run_tests -K netaccess -F
 }
 
 package_scapy() {



More information about the arch-commits mailing list