Package Details: mitmproxy-git 11.1.2.r3.g1093323e0-1

Git Clone URL: https://aur.archlinux.org/mitmproxy-git.git (read-only, click to copy)
Package Base: mitmproxy-git
Description: SSL-capable man-in-the-middle HTTP proxy
Upstream URL: https://mitmproxy.org/
Licenses: MIT
Conflicts: mitmproxy
Provides: mitmproxy
Submitter: alphazo
Maintainer: a821
Last Packager: a821
Votes: 22
Popularity: 0.000000
First Submitted: 2011-05-24 17:23 (UTC)
Last Updated: 2025-02-09 09:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

alphazo commented on 2014-05-27 12:19 (UTC)

Thanks @Flaeme. Sorry for the delay.

Flaeme commented on 2014-04-21 17:07 (UTC)

mitmproxy now requires requests, as in python2-requests and should be added to the dependencies.

PyroDevil commented on 2014-01-20 18:05 (UTC)

Could you replace: git describe --tags with git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g' Because those version tags contain '-' See: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git Thanks

alphazo commented on 2013-08-30 16:14 (UTC)

Updated PKGBUILD the new pacman way. Shows a much nicer version number now.

jahiy commented on 2013-08-30 15:23 (UTC)

I think @lilydjwg 's PKGBUILD is better. You should use git version, not date.

<deleted-account> commented on 2013-07-23 00:02 (UTC)

python-imaging has been renamed to python2-imaging.

alphazo commented on 2013-04-28 13:38 (UTC)

Thanks @mdlowman & @lilydjwg. I have updated the PKGBUILD.

lilydjwg commented on 2013-04-28 07:33 (UTC)

Hi, Here's my updated PKGBUILD with mdlowman's suggestion, and it works for me! https://github.com/archlinuxcn/repo/blob/master/mitmproxy-git/PKGBUILD

<deleted-account> commented on 2013-04-28 04:46 (UTC)

You're using the git version of mitmproxy, which depends on the git version of netlib. I packaged that; change the depends to python2-netlib-git and add a dependency on python2-flask and it should work fine.