summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:39:10 +0200
committerPhilipp A2022-09-16 16:39:10 +0200
commita61def5e70ed186ffcfe305b6a8988bf6296e84f (patch)
tree3182e973d75c6fff6e9b4a30447033c67ced3f8d
parenteb56773df5cd50b02aa2b4a94295dac6b6e9b4ef (diff)
downloadaur-a61def5e70ed186ffcfe305b6a8988bf6296e84f.tar.gz
makedeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ace9d0993b8..25110f77e953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pcaper
pkgdesc = Read pcap and assemble HTTP requests
pkgver = 1.0.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gaainf/pcaper
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = python-dpkt>=1.9.1
depends = python-six>=1.11.0
diff --git a/PKGBUILD b/PKGBUILD
index ec69fb92e4b1..02c4d3e6e839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pcaper
pkgver=1.0.11
-pkgrel=2
+pkgrel=3
pkgdesc='Read pcap and assemble HTTP requests'
arch=(any)
url="https://github.com/gaainf/$pkgname"
@@ -13,7 +13,7 @@ depends=(
'python-six>=1.11.0'
'python-dateutil>=2.8.0'
)
-makedepends=(python-build python-installer)
+makedepends=(python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('65f9aea7ec97f42fbdf10ae8a6695226fe773499ef2eb477c724f998d7972075')