summarylogtreecommitdiffstats
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
parent945536dc251d1d4f49a4a331253c90853a7aa17f (diff)
downloadaur-80399b3a19b9e9f6c9fcc072055f63143a4216cb.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f833d7b03619..7e980efc2371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = wfuzz
pkgdesc = Utility to bruteforce web applications to find their not linked resources
pkgver = 2.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xmendez/wfuzz
arch = i686
arch = x86_64
license = GPL
depends = python2-pycurl
depends = python2-pyparsing
+ depends = python2-configparser
+ depends = python2-future
source = https://github.com/xmendez/wfuzz/archive/v2.3.4.tar.gz
md5sums = 74817cc7aa14efda785c1727622e4539
sha256sums = 87ff36d866cb173389f90cf026136758d3af73079a6199961de12ed86568be51
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=()