summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTK2020-03-03 09:55:33 +1100
committerTK2020-03-03 09:55:33 +1100
commitad10be0546d5a209d86e08c345461efc8c0328b2 (patch)
treec72ea155cf2aba530d42d48dac0402eca1ddb33f
parent869c3ccebd53804069379c530ebc3beef0609558 (diff)
downloadaur-ad10be0546d5a209d86e08c345461efc8c0328b2.tar.gz
add python-aiohttp
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD3
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 225d61899cc1..f08e88aad8bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = theharvester-git
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).
- pkgver = V3.1.r68.gd6e3213
+ pkgver = V3.1.r343.g3c4d66d
pkgrel = 1
url = https://github.com/laramies/theHarvester
install = theHarvester.install
@@ -23,6 +23,7 @@ pkgbase = theharvester-git
depends = python-gevent
depends = python-grequests
depends = python-aiodns
+ depends = python-aiohttp
depends = python-pycares
depends = python-dnspython
provides = theharvester-git
diff --git a/.gitignore b/.gitignore
index d92d0dd6a191..4d816fcbbb93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
stash.sqlite
+pkg/
+src/
+theharvester-git*
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'
)