summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2018-01-15 16:37:34 +0100
committerMickaël Thomas2018-01-15 16:37:34 +0100
commitd7d45a3a7f48ad2eafd2fbd19554adcfa3529321 (patch)
treef42ee0bb29d67875df6eabacb3c17b7d25e6bd5c
parent04096177ad0798439e0a153226383a00891a0fd8 (diff)
downloadpackages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.gz
packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.bz2
packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.zip
Forgot setuptools (again)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 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
diff --git a/PKGBUILD b/PKGBUILD
index fc6b61c..1c0ce51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
2 2
3pkgname=wapiti 3pkgname=wapiti
4pkgver=3.0.0 4pkgver=3.0.0
5pkgrel=1 5pkgrel=2
6pkgdesc="A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections..." 6pkgdesc="A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections..."
7url='http://wapiti.sourceforge.net/' 7url='http://wapiti.sourceforge.net/'
8license=(GPL) 8license=(GPL)
9depends=(python python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks) 9depends=(python python-setuptools python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks)
10arch=(any) 10arch=(any)
11 11
12source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") 12source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")