summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-04-27 17:32:55 +0100
committerFFY002018-04-27 17:32:55 +0100
commitc7baa1cd974461a0da6d0f601b784d4d09a017c2 (patch)
tree202a42cfd42bd388f729e910ba91e5cdca61e7a5 /PKGBUILD
parent8938805b8b9d38482986e87404274d7b2e17fce0 (diff)
downloadaur-c7baa1cd974461a0da6d0f601b784d4d09a017c2.tar.gz
pkgbuild: fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 148e3a77607b..ff4c7e5ba938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An interactive TLS-capable intercepting HTTP proxy for penetration test
arch=('any')
url="https://mitmproxy.org/"
license=('MIT')
-depends=('openssl' 'python2-urwid' 'python2-pyopenssl' 'python2-pyasn1' 'python2-imaging' 'python2-lxml' 'python2-flask' 'python2-requests' 'python2-passlib' 'python2-configargparse' 'python2-tornado' 'python2-blinker>=1.3' 'python2-pyperclip>=1.5.8')
+depends=('openssl' 'python2-urwid' 'python2-pyopenssl' 'python2-pyasn1' 'python2-imaging' 'python2-lxml' 'python2-flask' 'python2-requests' 'python2-passlib' 'python2-configargparse' 'python2-tornado' 'python2-blinker>=1.3' 'python2-pyperclip>=1.5.8' 'python2-wsproto')
conflicts=('mitmproxy')
provides=('mitmproxy')
source=("git+https://github.com/mitmproxy/mitmproxy.git")