From d73f37397a3af891e41154cba4187104a8efbd5f Mon Sep 17 00:00:00 2001 From: Olivier Le Moal Date: Tue, 30 Jan 2018 11:22:08 +0100 Subject: [PATCH] update dependencies --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e2b43cb..fdbfa57 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgname=wfuzz pkgver=2.2.9 -pkgrel=2 +pkgrel=3 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') +depends=('python2-pycurl' 'python2-pyparsing') makedepends=() conflicts=() replaces=()