summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorocelot2019-03-10 15:24:40 +1100
committerocelot2019-03-10 15:24:40 +1100
commit2b1ac62838f129db5f91a426a3af687b368c2acb (patch)
tree82383b395fc8e0e2837eb175786bcc2f5d0d6c31 /PKGBUILD
parent045526189208553776b560ea0a4c2019c5792b1f (diff)
parent8db8997feb4419b3e0ee21a79cfa864be08f006e (diff)
downloadaur-2b1ac62838f129db5f91a426a3af687b368c2acb.tar.gz
conflict resolution
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 13 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20626466306..05497e09170e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,25 @@
# Maintainer: Sebastian Neef <aur AT gehaxelt DOT IN>
pkgbase=theharvester-git
pkgname=theharvester-git
-pkgver=3.0.6.r220.gefe73e2
+pkgver=3.0.6.r264.g21939b0
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"
license=('GPL2')
depends=(
- 'bash'
- 'python'
- 'python-requests'
- 'python-plotly'
- 'python-pytest'
- 'python-texttable'
- 'python-shodan'
- 'python-beautifulsoup4'
- 'python-yaml')
+ 'bash'
+ 'python'
+ 'python-yaml'
+ 'python-requests'
+ 'python-plotly'
+ 'python-pytest'
+ 'python-texttable'
+ 'python-shodan'
+ 'python-beautifulsoup4'
+ 'python-yaml'
+ 'python-decorator'
+)
makedepends=('git' 'bash')
provides=("${pkgname}")
conflicts=("${pkgname}")