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

Filipe Laíns ffy00 at archlinux.org
Thu Nov 14 11:09:03 UTC 2019


    Date: Thursday, November 14, 2019 @ 11:09:03
  Author: ffy00
Revision: 527216

add missing optional dependency (4.0.4-8)

Modified:
  mitmproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-14 10:46:09 UTC (rev 527215)
+++ PKGBUILD	2019-11-14 11:09:03 UTC (rev 527216)
@@ -6,7 +6,7 @@
 
 pkgname=mitmproxy
 pkgver=4.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
 arch=('any')
 url='https://mitmproxy.org'
@@ -18,6 +18,7 @@
          'python-urwid' 'python-wsproto')
 checkdepends=('python-asynctest' 'python-beautifulsoup4' 'python-tornado' 'python-parver'
               'python-pytest-runner' 'python-pytest-asyncio' 'python-requests')
+optdepends=('python-tornado: mitmweb')
 provides=('pathod')
 conflicts=('pathod')
 replaces=('pathod')



More information about the arch-commits mailing list