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

Felix Yan fyan at archlinux.org
Fri Dec 4 05:17:54 UTC 2015


    Date: Friday, December 4, 2015 @ 06:17:54
  Author: fyan
Revision: 148286

upgpkg: mitmproxy 0.15-2

unpin lxml as we don't care windows wheels

Modified:
  mitmproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-04 05:17:20 UTC (rev 148285)
+++ PKGBUILD	2015-12-04 05:17:54 UTC (rev 148286)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.15
-pkgrel=1
+pkgrel=2
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/"
@@ -24,6 +24,10 @@
 source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
+prepare() {
+  sed -i 's/lxml==3.4.4/lxml>=3.4.4/' $pkgname/setup.py
+}
+
 check() {
   cd "$srcdir/$pkgname"
   nosetests2



More information about the arch-commits mailing list