summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-06-20 20:48:58 +0100
committerFFY002018-06-20 20:48:58 +0100
commit7950b440139696f338d3c8dcdda7ec3d71ca7f6b (patch)
tree04f215d87291341ec9394c942b044a57d09173c2 /PKGBUILD
parent33d667d9b6d46ea3f7c17d9cb1dd5559d2ac8c63 (diff)
downloadaur-7950b440139696f338d3c8dcdda7ec3d71ca7f6b.tar.gz
pkgbuild: fix dependencies again
I am super duper dumb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25dde2c24ad3..b8a6b34b58c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('any')
url="https://mitmproxy.org/"
license=('MIT')
depends=(
- 'openssl' 'brotlipy' 'certifi' 'h2' 'hyperframe' 'kaitaistruct' 'ldap3'
- 'python-urwid' 'python-pyopenssl' 'python-pyasn1' 'python-imaging'
- 'python-lxml' 'python-flask' 'python-requests' 'python-passlib'
- 'python-configargparse' 'python-tornado' 'python-wsproto'
+ 'openssl' 'python-brotlipy' 'python-certifi' 'python-h2' 'python-ldap3'
+ 'python-pyopenssl' 'python-pyasn1' 'python-imaging' 'python-hyperframe'
+ 'python-lxml' 'python-flask' 'python-requests' 'python-passlib' 'python-urwid'
+ 'python-configargparse' 'python-tornado' 'python-wsproto' 'python-kaitaistruct'
'python-pyperclip>=1.5.8' 'python-blinker>=1.3')
conflicts=('mitmproxy')
provides=('mitmproxy')