summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2019-05-19 13:23:19 +0200
committerOlivier Le Moal2019-05-19 13:23:19 +0200
commit80399b3a19b9e9f6c9fcc072055f63143a4216cb (patch)
tree594ea5cbe72d11c0d73275f4d526703f3ec60ed7 /PKGBUILD
parent945536dc251d1d4f49a4a331253c90853a7aa17f (diff)
downloadaur-80399b3a19b9e9f6c9fcc072055f63143a4216cb.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65f148e1401b..6463d60690c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=wfuzz
pkgver=2.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
url="https://github.com/xmendez/wfuzz"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('python2-pycurl' 'python2-pyparsing')
+depends=('python2-pycurl' 'python2-pyparsing' 'python2-configparser' 'python2-future')
makedepends=()
conflicts=()
replaces=()