update dependencies
This commit is contained in:
parent
aad6c55cda
commit
d73f37397a
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
pkgname=wfuzz
|
pkgname=wfuzz
|
||||||
pkgver=2.2.9
|
pkgver=2.2.9
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
||||||
url="https://github.com/xmendez/wfuzz"
|
url="https://github.com/xmendez/wfuzz"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('python2-pycurl')
|
depends=('python2-pycurl' 'python2-pyparsing')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
replaces=()
|
replaces=()
|
||||||
|
|
Loading…
Reference in a new issue