This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Contributor: Dobroslaw Kijowski
66
77pkgname=mitmproxy
8- pkgver=6 .0.2
8+ pkgver=7 .0.0
99pkgrel=1
1010pkgdesc=' SSL-capable man-in-the-middle HTTP proxy'
1111arch=(' any' )
1212url=' https://mitmproxy.org'
1313license=(' MIT' )
1414depends=(' python-asgiref' ' python-blinker' ' python-brotli' ' python-click' ' python-cryptography'
15- ' python-flask' ' python-h2 ' ' python-hyperframe ' ' python-kaitaistruct ' ' python-ldap3 '
16- ' python-msgpack ' ' python-passlib ' ' python-protobuf ' ' python-pyasn1 ' ' python-pyopenssl'
15+ ' python-flask' ' python-h11 ' ' python-h2 ' ' python-hyperframe ' ' python-kaitaistruct '
16+ ' python-ldap3 ' ' python-msgpack ' ' python-passlib ' ' python-protobuf ' ' python-pyopenssl'
1717 ' python-pyparsing' ' python-pyperclip' ' python-ruamel-yaml' ' python-setuptools'
1818 ' python-sortedcontainers' ' python-tornado' ' python-urwid' ' python-wsproto'
1919 ' python-publicsuffix2' ' python-zstandard' )
@@ -23,7 +23,7 @@ provides=('pathod')
2323conflicts=(' pathod' )
2424replaces=(' pathod' )
2525source=(" https://github.com/mitmproxy/mitmproxy/archive/v$pkgver /$pkgname -$pkgver .tar.gz" )
26- sha512sums=(' 27eb5e9736891148b5ebec963a2d18de6a69b44428538d2ed1cf9a1dcdd7cbcdeeed662edb2d25521098374e2f9a29b5bb8fba8da4f77ac0d32bf7881ac70d61 ' )
26+ sha512sums=(' 3836a33e5d2be09fb89987d2b0b898183dab9f17b990b98ab754d07cc5d7275786cfac0ab946e65a099ece054c7bbd65d62d01e4e4281e5f9b5f3dcdd0ac80b4 ' )
2727
2828prepare () {
2929 cd $pkgname -$pkgver
@@ -41,6 +41,7 @@ prepare() {
4141
4242build () {
4343 cd $pkgname -$pkgver
44+ export PYTHONHASHSEED=0
4445 python setup.py build
4546}
4647
You can’t perform that action at this time.
0 commit comments