summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2021-11-23 16:14:21 +0100
committerKr1ss2021-11-23 16:14:21 +0100
commit6ebe5926436496c429d7bdf17f43616981ce1889 (patch)
tree55bd1124f31a284cf761da4f7ac913eb6f47f158 /PKGBUILD
parent9b295606ad0e00e6e3aa0ce2657162aa85ff5d14 (diff)
downloadpackages-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--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c6e8d..8924bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
5pkgname=wapiti 5pkgname=wapiti
6 6
7pkgver=3.0.8 7pkgver=3.0.8
8pkgrel=1 8pkgrel=2
9 9
10pkgdesc='A comprehensive web app vulnerability scanner written in Python' 10pkgdesc='Comprehensive web app vulnerability scanner written in Python'
11arch=('any') 11arch=('any')
12url="https://$pkgname.sourceforge.net" 12url="https://$pkgname.sourceforge.net"
13license=('GPL') 13license=('GPL')
14 14
15makedepends=('python-setuptools' 'python-pip') 15makedepends=('python-setuptools' 'python-pip')
16depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' 16depends=('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')
19optdepends=('python-requests-kerberos: Kerberos authentication' 19optdepends=('python-requests-kerberos: Kerberos authentication'
20 'python-requests-ntlm: NTLM authentication') 20 'python-requests-ntlm: NTLM authentication')