summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c52510ff7412..225d61899cc1 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 = 3.0.6.r421.g9f7811d
+ pkgver = V3.1.r68.gd6e3213
pkgrel = 1
url = https://github.com/laramies/theHarvester
install = theHarvester.install
@@ -23,6 +23,8 @@ pkgbase = theharvester-git
depends = python-gevent
depends = python-grequests
depends = python-aiodns
+ depends = python-pycares
+ depends = python-dnspython
provides = theharvester-git
conflicts = theharvester-git
source = theharvester-git::git+https://github.com/laramies/theHarvester.git
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}")