summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f21a13a622..92796bce0a36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = theharvester-git
depends = python-texttable
depends = python-shodan
depends = python-beautifulsoup4
+ depends = python-decorator
provides = theharvester-git
conflicts = theharvester-git
source = theharvester-git::git+https://github.com/laramies/theHarvester.git
diff --git a/PKGBUILD b/PKGBUILD
index 7c35c990573d..be8ce1bf5168 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.r220.gefe73e2
+pkgver=3.0.6.r250.g19eb2a4
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')
@@ -15,7 +15,8 @@ depends=(
'python-pytest'
'python-texttable'
'python-shodan'
- 'python-beautifulsoup4')
+ 'python-beautifulsoup4'
+ 'python-decorator')
makedepends=('git' 'bash')
provides=("${pkgname}")
conflicts=("${pkgname}")