summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb655020cf46..4ec1cc769d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
-# Maintainer: GI_Jack <GI_Jack@hackermail.com>
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: GI_Jack <GI_Jack@hackermail.com>
pkgname=spiderfoot
-pkgver=3.4
-pkgrel=1
+pkgver=4.0
+pkgrel=2
pkgdesc="SpiderFoot is an open source intelligence automation tool. Its goal is to automate the process of gathering intelligence about a given target."
arch=('any')
url="http://www.spiderfoot.net/"
license=('GPLv2')
-depends=( 'python' 'python-adblockparser' 'python-dnspython>=2.1.0' 'python-exifread'
+depends=( 'python' 'python-adblockparser' 'python-dnspython>=2.1.0'
'python-cherrypy' 'python-cherrypy-cors' 'python-mako' 'python-lxml'
'python-beautifulsoup4' 'python-netaddr' 'python-pysocks'
'python-requests' 'python-ipwhois' 'python-ipaddress' 'python-pygexf'
- 'python-ipaddress' 'python-phonenumbers' 'python-pypdf2' 'python-docx'
- 'python-whois' 'python-secure>=0.3.0' 'python-pyopenssl' 'python-pptx'
- 'python-networkx' 'python-cryptography' 'python-publicsuffixlist' )
+ 'python-phonenumbers' 'python-pypdf2' 'python-docx' 'python-whois'
+ 'python-secure>=0.3.0' 'python-pyopenssl' 'python-pptx'
+ 'python-networkx' 'python-cryptography' 'python-publicsuffixlist'
+ 'python-openpyxl' 'python-exifread' 'python-setuptools-scm')
makedepends=('python')
install=${pkgname}.install
@@ -22,7 +24,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smicallef/spiderfoot/ar
"spiderfoot.sh"
"spiderfoot.service"
"spiderfoot.default")
-sha256sums=('dedf8d92ac3efc83fb8cecbaac758d3854064e46d4dca19c27aff4607f755ea0'
+sha256sums=('8b5dac6b846ae854f85243839e3a16c7412cdfbb87b2c3689829a5e40d3ccf4e'
'2246fe34cd61433a35cd49f2d6d18a6a66fd714014c6c703d1f1f29e3b2a5007'
'98a4230a697def859e062c8a236b6e56dc8a3d2a11885e67464cfe8c837737a5'
'b55ca3ad0243f3678ab0ed700fb0b3c5f901dfb9c364ba4ca12ed36267e3c32c')