diff options
author | Mickaël Thomas | 2018-01-15 16:37:34 +0100 |
---|---|---|
committer | Mickaël Thomas | 2018-01-15 16:37:34 +0100 |
commit | d7d45a3a7f48ad2eafd2fbd19554adcfa3529321 (patch) | |
tree | f42ee0bb29d67875df6eabacb3c17b7d25e6bd5c /PKGBUILD | |
parent | 04096177ad0798439e0a153226383a00891a0fd8 (diff) | |
download | packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.gz packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.bz2 packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.zip |
Forgot setuptools (again)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ | |||
2 | 2 | ||
3 | pkgname=wapiti | 3 | pkgname=wapiti |
4 | pkgver=3.0.0 | 4 | pkgver=3.0.0 |
5 | pkgrel=1 | 5 | pkgrel=2 |
6 | 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..." | 6 | 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..." |
7 | url='http://wapiti.sourceforge.net/' | 7 | url='http://wapiti.sourceforge.net/' |
8 | license=(GPL) | 8 | license=(GPL) |
9 | depends=(python python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks) | 9 | depends=(python python-setuptools python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks) |
10 | arch=(any) | 10 | arch=(any) |
11 | 11 | ||
12 | source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") | 12 | source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") |