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

Felix Yan fyan at archlinux.org
Thu Apr 7 07:29:23 UTC 2016


    Date: Thursday, April 7, 2016 @ 09:29:23
  Author: fyan
Revision: 169622

upgpkg: mitmproxy 0.16-4

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-07 07:18:53 UTC (rev 169621)
+++ PKGBUILD	2016-04-07 07:29:23 UTC (rev 169622)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.16
-pkgrel=3
+pkgrel=4
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/"
@@ -24,8 +24,9 @@
 sha256sums=('SKIP')
 
 prepare() {
-  sed -e 's/lxml>=3.5.0, <3.6/lxml>=3.5.0, <3.7/' \
-      -e 's/h2>=2.1.0, <2.2/h2>=2.1.0, <2.3/' \
+  # Let's remove all the upper bounds
+  sed -e 's/, <[0-9=.]*//' \
+      -e '/netlib/s/.*/"netlib>={}".format(version.MINORVERSION),/' \
       -i mitmproxy/setup.py
 }
 



More information about the arch-commits mailing list