summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornavigaid2019-09-19 21:42:28 +0800
committernavigaid2019-09-19 21:42:28 +0800
commita55831b2340c1a3faf331061ebe4a3db9d7e1b5e (patch)
treea90dc49ca32741ced051cafc11bc115f10bb2b01 /PKGBUILD
parentcab557ea00b469fcf626c5c17d98e0e85c6afbc3 (diff)
downloadaur-a55831b2340c1a3faf331061ebe4a3db9d7e1b5e.tar.gz
add missing deps as suggested by nomis6432
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c30f1fd9c9e2..2915defe72f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FFY00 <filipe.lains@gmail.com>
pkgname=mitmproxy-git
_pkgname=${pkgname%-git}
-pkgver=5.0.0.dev.7f464b8
+pkgver=5.0.0.dev.a08c22d
pkgrel=1
pkgdesc="An interactive TLS-capable intercepting HTTP proxy."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-cryptography'
'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 'python-passlib'
'python-pyasn1' 'python-pyopenssl' 'python-pyparsing' 'python-pyperclip' 'python-requests'
'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 'python-tornado'
- 'python-urwid' 'python-wsproto' 'python-asynctest' 'python-parver')
+ 'python-urwid' 'python-wsproto' 'python-asynctest' 'python-parver' 'python-protobuf>=3.6.0' 'python-brotli>=1.0')
checkdepends=('python-beautifulsoup4' 'python-flask' 'python-pytest-runner' 'python-pytest-asyncio')
conflicts=('mitmproxy')
provides=('mitmproxy')