Date: Sunday, July 29, 2018 @ 18:51:38
  Author: foutrelis
Revision: 364879

Python 3.7 rebuild

Modified:
  scapy3k/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-07-29 18:23:45 UTC (rev 364878)
+++ PKGBUILD    2018-07-29 18:51:38 UTC (rev 364879)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=scapy3k
-_pkgname=scapy
-pkgver=0.23
-pkgrel=2
+_pkgname=scapy-python3
+pkgver=0.25
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -17,9 +17,9 @@
 conflicts=('scapy')
 arch=('any')
 license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d')
-sha512sums=('2c341bc0459024311b1724cd6ee2d05651197b413c9b79f9bd2b4d60feb8baead1991c7c7dd1c229f3f06ff2901c5c50de15bac1d4fd367e6969fd9053649418')
+source=(https://pypi.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('2ae1b3bd9759844e830a6cc3ba11c3f25b08433a8ee3e7eddc08224905e5ef2b')
+sha512sums=('74cb8149e843962394425aec54f3aecc894c8d003efd6eb3d1a7ca0dea760cc30ed8fe7f08769c3dc2f959a32169adccf97006571c6f450cb678e624ac68da3d')
 
 prepare() {
   cd ${_pkgname}-${pkgver}

Reply via email to