summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphazo2016-12-30 16:12:07 +0100
committerAlphazo2016-12-30 16:12:07 +0100
commitbc08f1d5e4aa188296a2e3400c02efe92b0415cd (patch)
tree116ad6173dc9e5b3990337efc37bfc0eb24fe249 /PKGBUILD
parente138b521bd6d7ff171d0437de33358ea2f9d8a95 (diff)
downloadaur-bc08f1d5e4aa188296a2e3400c02efe92b0415cd.tar.gz
Removed python2-netlib dep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8b94f6996b2..88aca9647525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gitname="mitmproxy"
pkgname=mitmproxy-git
-pkgver=v0.11.3.r96.ge0c5f86
+pkgver=v1.0.1.r10.g973406f3
pkgrel=1
pkgdesc="mitmproxy is an SSL-capable, intercepting HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly."
arch=('any')
url="https://github.com/mitmproxy/mitmproxy"
license=('GPL')
-depends=('openssl' 'python2-urwid' 'python2-netlib>=0.11.2' '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')
conflicts=('mitmproxy')
source=("git://github.com/mitmproxy/mitmproxy.git")
sha1sums=('SKIP')