diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = wapiti | 1 | pkgbase = wapiti |
2 | pkgdesc = A comprehensive web app vulnerability scanner written in Python | 2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python |
3 | pkgver = 3.0.8 | 3 | pkgver = 3.0.8 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
5 | url = https://wapiti.sourceforge.net | 5 | url = https://wapiti.sourceforge.net |
6 | changelog = ChangeLog | 6 | changelog = ChangeLog |
7 | arch = any | 7 | arch = any |
@@ -14,7 +14,7 @@ pkgbase = wapiti | |||
14 | depends = python-yaswfp | 14 | depends = python-yaswfp |
15 | depends = python-browser-cookie3 | 15 | depends = python-browser-cookie3 |
16 | depends = python-mako | 16 | depends = python-mako |
17 | depends = python-python_socks | 17 | depends = python-python-socks |
18 | depends = python-tld | 18 | depends = python-tld |
19 | depends = python-httpx | 19 | depends = python-httpx |
20 | depends = python-httpx-socks | 20 | depends = python-httpx-socks |
@@ -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') |