summaryrefslogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be3e9a1..ac350d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
1pkgbase = wapiti 1pkgbase = wapiti
2 pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... 2 pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections...
3 pkgver = 3.0.0 3 pkgver = 3.0.0
4 pkgrel = 1 4 pkgrel = 2
5 url = http://wapiti.sourceforge.net/ 5 url = http://wapiti.sourceforge.net/
6 arch = any 6 arch = any
7 license = GPL 7 license = GPL
8 depends = python 8 depends = python
9 depends = python-setuptools
9 depends = python-requests 10 depends = python-requests
10 depends = python-beautifulsoup4 11 depends = python-beautifulsoup4
11 depends = python-lxml 12 depends = python-lxml