summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2018-01-30 11:22:08 +0100
committerOlivier Le Moal2018-01-30 11:22:08 +0100
commitd73f37397a3af891e41154cba4187104a8efbd5f (patch)
treeb2d78279cddd4f92c708892b3872d52881fe85db /PKGBUILD
parentaad6c55cda6105e92d35320f94a7a94ad397ed00 (diff)
downloadaur-d73f37397a3af891e41154cba4187104a8efbd5f.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2b43cb325c0..fdbfa579c3c3 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=()