summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornavigaid2019-10-10 19:22:49 +0800
committernavigaid2019-10-10 19:22:49 +0800
commitcfd37c164d569dae01f8a2bffff4d629bb1e47b1 (patch)
treeef87c420dfa8e30084a0e68d0fd1a7a705d3971d
parenta55831b2340c1a3faf331061ebe4a3db9d7e1b5e (diff)
downloadaur-cfd37c164d569dae01f8a2bffff4d629bb1e47b1.tar.gz
add new deps as suggested by plintb
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD3
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a600cc11eba..7c4a45ad7bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,6 +34,8 @@ pkgbase = mitmproxy-git
depends = python-parver
depends = python-protobuf>=3.6.0
depends = python-brotli>=1.0
+ depends = python-zstandard>=0.11.0
+ depends = python-publicsuffix2>=2.20190812
provides = mitmproxy
conflicts = mitmproxy
source = git+https://github.com/mitmproxy/mitmproxy.git
diff --git a/.gitignore b/.gitignore
index bcd5d13155b4..b7cb7f5dfd82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-pkg/
-src/
-mitmproxy/
-*.tar.gz
-*.tar.xz
+/pkg/
+/src/
+/mitmproxy*
diff --git a/PKGBUILD b/PKGBUILD
index 2915defe72f2..2157eb9e160b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-cryptography'
'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 'python-passlib'
'python-pyasn1' 'python-pyopenssl' 'python-pyparsing' 'python-pyperclip' 'python-requests'
'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 'python-tornado'
- 'python-urwid' 'python-wsproto' 'python-asynctest' 'python-parver' 'python-protobuf>=3.6.0' 'python-brotli>=1.0')
+ 'python-urwid' 'python-wsproto' 'python-asynctest' 'python-parver' 'python-protobuf>=3.6.0'
+ 'python-brotli>=1.0' 'python-zstandard>=0.11.0' 'python-publicsuffix2>=2.20190812')
checkdepends=('python-beautifulsoup4' 'python-flask' 'python-pytest-runner' 'python-pytest-asyncio')
conflicts=('mitmproxy')
provides=('mitmproxy')