summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')