summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornavigaid2019-09-19 21:42:28 +0800
committernavigaid2019-09-19 21:42:28 +0800
commita55831b2340c1a3faf331061ebe4a3db9d7e1b5e (patch)
treea90dc49ca32741ced051cafc11bc115f10bb2b01
parentcab557ea00b469fcf626c5c17d98e0e85c6afbc3 (diff)
downloadaur-a55831b2340c1a3faf331061ebe4a3db9d7e1b5e.tar.gz
add missing deps as suggested by nomis6432
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ab2ba52b025..0a600cc11eba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mitmproxy-git
pkgdesc = An interactive TLS-capable intercepting HTTP proxy.
- pkgver = 5.0.0.dev.7f464b8
+ pkgver = 5.0.0.dev.a08c22d
pkgrel = 1
url = https://mitmproxy.org/
arch = any
@@ -32,6 +32,8 @@ pkgbase = mitmproxy-git
depends = python-wsproto
depends = python-asynctest
depends = python-parver
+ depends = python-protobuf>=3.6.0
+ depends = python-brotli>=1.0
provides = mitmproxy
conflicts = mitmproxy
source = git+https://github.com/mitmproxy/mitmproxy.git
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')