summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTK2020-03-03 09:55:33 +1100
committerTK2020-03-03 09:55:33 +1100
commitad10be0546d5a209d86e08c345461efc8c0328b2 (patch)
treec72ea155cf2aba530d42d48dac0402eca1ddb33f /PKGBUILD
parent869c3ccebd53804069379c530ebc3beef0609558 (diff)
downloadaur-ad10be0546d5a209d86e08c345461efc8c0328b2.tar.gz
add python-aiohttp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2cf52c46ee9..d83307281411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Neef <aur AT gehaxelt DOT IN>
pkgbase=theharvester-git
pkgname=theharvester-git
-pkgver=V3.1.r68.gd6e3213
+pkgver=V3.1.r343.g3c4d66d
pkgrel=1
pkgdesc="A tool for gathering e-mail accounts, subdomain names, virtual hosts, open ports/ banners, and employee names from different public sources (search engines, pgp key servers)."
arch=('any')
@@ -23,6 +23,7 @@ depends=(
'python-gevent'
'python-grequests'
'python-aiodns'
+ 'python-aiohttp'
'python-pycares'
'python-dnspython'
)