[arch-commits] Commit in mitmproxy/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Jun 5 05:02:42 UTC 2016


    Date: Sunday, June 5, 2016 @ 07:02:42
  Author: fyan
Revision: 177881

upgpkg: mitmproxy 0.17-2

Modified:
  mitmproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-05 04:45:35 UTC (rev 177880)
+++ PKGBUILD	2016-06-05 05:02:42 UTC (rev 177881)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/"
@@ -34,7 +34,7 @@
   # Let's remove all the upper bounds, use system certificate store and ssl.match_hostname
   sed -e '/certifi/d' \
       -e '/backports.ssl_match_hostname/d' \
-      -e 's/, <[0-9=.]*//' \
+      -e 's/, *<[0-9=.]*//' \
       -i setup.py
   sed -e '/import certifi/d' \
       -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \



More information about the arch-commits mailing list