summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTK2019-04-10 13:46:09 +1000
committerTK2019-04-10 13:46:09 +1000
commit34722e7cbf90baf28797e18a621c371214dc83e7 (patch)
tree23df44d3588f79c196a2960269ae67d004f3690c /PKGBUILD
parent1b2172f3a8b34299f696d7725e6b9adb5ab37eb0 (diff)
downloadaur-34722e7cbf90baf28797e18a621c371214dc83e7.tar.gz
add msg for api-keys location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a553469bf60..134a8c468c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Sebastian Neef <aur AT gehaxelt DOT IN>
+# Maintainer: ocelot <amitchell AT airmail DOT cc>
pkgbase=python-theharvester-git
pkgname=python-theharvester-git
-pkgver=3.0.6.r421.g9f7811d
+pkgver=3.0.6.r424.g838892e
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')
-url="https://github.com/laramies/theHarvester"
+url="https://github.com/ssolidus/theHarvester"
license=('GPL2')
depends=(
'python'
@@ -39,7 +39,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
- python setup.py install --user --root=${pkgdir} --optimize=1 --skip-build
+ python setup.py install --root=${pkgdir} --optimize=1 --skip-build
}
check(){