summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acfbc23..2078259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = wapiti 1pkgbase = 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
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')