summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
-rw-r--r--theHarvester.install1
3 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f21a13a622..1b054376e4a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = theharvester-git
depends = python-texttable
depends = python-shodan
depends = python-beautifulsoup4
+ depends = python-yaml
provides = theharvester-git
conflicts = theharvester-git
source = theharvester-git::git+https://github.com/laramies/theHarvester.git
diff --git a/PKGBUILD b/PKGBUILD
index 7c35c990573d..e20626466306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ depends=(
'python-pytest'
'python-texttable'
'python-shodan'
- 'python-beautifulsoup4')
+ 'python-beautifulsoup4'
+ 'python-yaml')
makedepends=('git' 'bash')
provides=("${pkgname}")
conflicts=("${pkgname}")
diff --git a/theHarvester.install b/theHarvester.install
index 9326ca96f7ed..7f592fc37d9b 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,4 +1,5 @@
post_install() {
+ echo "NOTE: the Censys python module has been added upstream as a dependency, but is not available as an Archlinux package. For now, please use "easy_install censys" if you wish to use the censys functionalities."
echo "IMPORTANT: The location of API keys has changed!"
echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
echo " googleCSE: API key and CSE ID"