summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a75537fa793..a2cf52c46ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Neef <aur AT gehaxelt DOT IN>
pkgbase=theharvester-git
pkgname=theharvester-git
-pkgver=3.0.6.r770.g2711882
+pkgver=V3.1.r68.gd6e3213
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,8 @@ depends=(
'python-gevent'
'python-grequests'
'python-aiodns'
+ 'python-pycares'
+ 'python-dnspython'
)
makedepends=('git' 'bash')
provides=("${pkgname}")