diff options
author | Kr1ss | 2021-11-23 16:14:21 +0100 |
---|---|---|
committer | Kr1ss | 2021-11-23 16:14:21 +0100 |
commit | 6ebe5926436496c429d7bdf17f43616981ce1889 (patch) | |
tree | 55bd1124f31a284cf761da4f7ac913eb6f47f158 /PKGBUILD | |
parent | 9b295606ad0e00e6e3aa0ce2657162aa85ff5d14 (diff) | |
download | packages-6ebe5926436496c429d7bdf17f43616981ce1889.tar.gz packages-6ebe5926436496c429d7bdf17f43616981ce1889.tar.bz2 packages-6ebe5926436496c429d7bdf17f43616981ce1889.zip |
rename python-python-socks dependency
Ref.: https://aur.archlinux.org/packages/wapiti/#comment-837293
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,16 +5,16 @@ | |||
5 | pkgname=wapiti | 5 | pkgname=wapiti |
6 | 6 | ||
7 | pkgver=3.0.8 | 7 | pkgver=3.0.8 |
8 | pkgrel=1 | 8 | pkgrel=2 |
9 | 9 | ||
10 | pkgdesc='A comprehensive web app vulnerability scanner written in Python' | 10 | pkgdesc='Comprehensive web app vulnerability scanner written in Python' |
11 | arch=('any') | 11 | arch=('any') |
12 | url="https://$pkgname.sourceforge.net" | 12 | url="https://$pkgname.sourceforge.net" |
13 | license=('GPL') | 13 | license=('GPL') |
14 | 14 | ||
15 | makedepends=('python-setuptools' 'python-pip') | 15 | makedepends=('python-setuptools' 'python-pip') |
16 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' | 16 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' |
17 | 'python-mako' 'python-python_socks' 'python-tld' 'python-httpx' 'python-httpx-socks' | 17 | 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-httpx-socks' |
18 | 'python-aiocache' 'python-sqlalchemy') | 18 | 'python-aiocache' 'python-sqlalchemy') |
19 | optdepends=('python-requests-kerberos: Kerberos authentication' | 19 | optdepends=('python-requests-kerberos: Kerberos authentication' |
20 | 'python-requests-ntlm: NTLM authentication') | 20 | 'python-requests-ntlm: NTLM authentication') |