summarylogtreecommitdiffstats
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)
downloadaur-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.gz
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 be3e9a1432cf..ac350d0feda4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = wapiti
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...
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://wapiti.sourceforge.net/
arch = any
license = GPL
depends = python
+ depends = python-setuptools
depends = python-requests
depends = python-beautifulsoup4
depends = python-lxml
diff --git a/PKGBUILD b/PKGBUILD
index fc6b61cfa288..1c0ce51ff1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=wapiti
pkgver=3.0.0
-pkgrel=1
+pkgrel=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..."
url='http://wapiti.sourceforge.net/'
license=(GPL)
-depends=(python python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks)
+depends=(python python-setuptools python-requests python-beautifulsoup4 python-lxml python-tld python-yaswfp python-mako python-pysocks)
arch=(any)
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")