summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-06-20 20:46:36 +0100
committerFFY002018-06-20 20:46:36 +0100
commit33d667d9b6d46ea3f7c17d9cb1dd5559d2ac8c63 (patch)
tree9c0cf06e81e5eb7024555447e3be91bdde2a2c73 /PKGBUILD
parenteb6499ee2c6ab38619ee17e48114f694faf11fee (diff)
downloadaur-33d667d9b6d46ea3f7c17d9cb1dd5559d2ac8c63.tar.gz
pkgbuild: fix dependencies
I am super dumb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 692822762de7..25dde2c24ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ url="https://mitmproxy.org/"
license=('MIT')
depends=(
'openssl' 'brotlipy' 'certifi' 'h2' 'hyperframe' 'kaitaistruct' 'ldap3'
- 'python3-urwid' 'python3-pyopenssl' 'python3-pyasn1' 'python3-imaging'
- 'python3-lxml' 'python3-flask' 'python3-requests' 'python3-passlib'
- 'python3-configargparse' 'python3-tornado' 'python3-wsproto'
- 'python3-pyperclip>=1.5.8' 'python3-blinker>=1.3')
+ 'python-urwid' 'python-pyopenssl' 'python-pyasn1' 'python-imaging'
+ 'python-lxml' 'python-flask' 'python-requests' 'python-passlib'
+ 'python-configargparse' 'python-tornado' 'python-wsproto'
+ 'python-pyperclip>=1.5.8' 'python-blinker>=1.3')
conflicts=('mitmproxy')
provides=('mitmproxy')
source=("git+https://github.com/mitmproxy/mitmproxy.git")