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 | aur-6ebe5926436496c429d7bdf17f43616981ce1889.tar.gz |
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 @@ pkgname=wapiti pkgver=3.0.8 -pkgrel=1 +pkgrel=2 -pkgdesc='A comprehensive web app vulnerability scanner written in Python' +pkgdesc='Comprehensive web app vulnerability scanner written in Python' arch=('any') url="https://$pkgname.sourceforge.net" license=('GPL') makedepends=('python-setuptools' 'python-pip') depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' - 'python-mako' 'python-python_socks' 'python-tld' 'python-httpx' 'python-httpx-socks' + 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-httpx-socks' 'python-aiocache' 'python-sqlalchemy') optdepends=('python-requests-kerberos: Kerberos authentication' 'python-requests-ntlm: NTLM authentication') |