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

Levente Polyak anthraxx at archlinux.org
Fri Aug 9 22:21:18 UTC 2019


    Date: Friday, August 9, 2019 @ 22:21:18
  Author: anthraxx
Revision: 498567

upgpkg: python-pcapy 0.11.5-1

Modified:
  python-pcapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-09 21:57:43 UTC (rev 498566)
+++ PKGBUILD	2019-08-09 22:21:18 UTC (rev 498567)
@@ -4,15 +4,16 @@
 _pyname=pcapy
 pkgbase=python-pcapy
 pkgname=('python-pcapy' 'python2-pcapy')
-pkgver=0.11.4
+pkgver=0.11.5
 pkgrel=1
 pkgdesc='Extension module that interfaces with the libpcap packet capture library'
 url='https://github.com/CoreSecurity/pcapy'
 arch=('x86_64')
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'libpcap')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/CoreSecurity/pcapy/archive/${pkgver}.tar.gz)
-sha512sums=('58fa9d5c89e093b6a5130a9f4e37f3186c616b32608ee6e5d07b1a9206ae310bb52e03738873923b4720c47c85ec886e12275dc64fb7a8c3c2e43ffb6fa875e5')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'libpcap')
+source=(https://github.com/CoreSecurity/pcapy/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('2ff96eb65caee8a45a3ae3edb78d5b4d8debcace9dc2921aefa3be83bb0af9c6')
+sha512sums=('b7b5e81ed94e828501de01758292e18888497e77acc9864421b555b59de26f233c4365093e48213b36e27a51ad887e7f4d5ce2e4fac3f2f1a3006b5b75297977')
 
 prepare() {
   sed '/self.assertEqual(refNone, sys.getrefcount(None))/d' -i ${_pyname}-${pkgver}/tests/pcapytests.py



More information about the arch-commits mailing list