summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--theHarvester.install1
3 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43f8a8944d8..a4efaa5ea37c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = theharvester-git
depends = python-beautifulsoup4
depends = python-yaml
depends = python-decorator
+ depends = python-censys
provides = theharvester-git
conflicts = theharvester-git
source = theharvester-git::git+https://github.com/laramies/theHarvester.git
diff --git a/PKGBUILD b/PKGBUILD
index 05497e09170e..fa505cd455ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ depends=(
'python-beautifulsoup4'
'python-yaml'
'python-decorator'
+ 'python-censys'
)
makedepends=('git' 'bash')
provides=("${pkgname}")
diff --git a/theHarvester.install b/theHarvester.install
index 5baa2eeab336..7a417b072ae8 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,5 +1,4 @@
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 " bingapi"