add missing dependencies
This commit is contained in:
parent
945536dc25
commit
80399b3a19
2 changed files with 5 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,13 +1,15 @@
|
||||||
pkgbase = wfuzz
|
pkgbase = wfuzz
|
||||||
pkgdesc = Utility to bruteforce web applications to find their not linked resources
|
pkgdesc = Utility to bruteforce web applications to find their not linked resources
|
||||||
pkgver = 2.3.4
|
pkgver = 2.3.4
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/xmendez/wfuzz
|
url = https://github.com/xmendez/wfuzz
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = python2-pycurl
|
depends = python2-pycurl
|
||||||
depends = python2-pyparsing
|
depends = python2-pyparsing
|
||||||
|
depends = python2-configparser
|
||||||
|
depends = python2-future
|
||||||
source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
|
source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
|
||||||
md5sums = 74817cc7aa14efda785c1727622e4539
|
md5sums = 74817cc7aa14efda785c1727622e4539
|
||||||
sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
|
sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
pkgname=wfuzz
|
pkgname=wfuzz
|
||||||
pkgver=2.3.4
|
pkgver=2.3.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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' 'python2-pyparsing')
|
depends=('python2-pycurl' 'python2-pyparsing' 'python2-configparser' 'python2-future')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
replaces=()
|
replaces=()
|
||||||
|
|
Loading…
Reference in a new issue