From 80399b3a19b9e9f6c9fcc072055f63143a4216cb Mon Sep 17 00:00:00 2001 From: Olivier Le Moal Date: Sun, 19 May 2019 13:23:19 +0200 Subject: [PATCH] add missing dependencies --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f833d7b..7e980ef 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 65f148e..6463d60 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=()