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

Levente Polyak anthraxx at archlinux.org
Tue May 30 16:07:41 UTC 2017


    Date: Tuesday, May 30, 2017 @ 16:07:40
  Author: anthraxx
Revision: 231309

upgpkg: scapy3k 0.21-1

Modified:
  scapy3k/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-30 16:07:07 UTC (rev 231308)
+++ PKGBUILD	2017-05-30 16:07:40 UTC (rev 231309)
@@ -2,8 +2,8 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.19
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -16,8 +16,9 @@
 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/${pkgver}.tar.gz)
-sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
+sha256sums=('23468d89024ba3179bbf9ab9f58ca192a21a8803ee8d9131f6baecbae2556f56')
+sha512sums=('24d091db701eeabf55f5f4c3c7314be414c4d221f7e8d20c781fe015765dca4b22b20022fa4059053eed44d5e1a3a34c98f418324a7a3a5a74f0f869a3016be1')
 
 prepare() {
   cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list