summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468ef2b86c4e..d438c262453f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Dec 28 10:03:21 AM PST 2021
+# Tue Dec 28 10:08:18 AM PST 2021
pkgbase = spiderfoot
pkgdesc = SpiderFoot is an open source intelligence automation tool. Its goal is to automate the process of gathering intelligence about a given target.
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = http://www.spiderfoot.net/
install = spiderfoot.install
@@ -12,7 +12,6 @@ pkgbase = spiderfoot
depends = python
depends = python-adblockparser
depends = python-dnspython>=2.1.0
- depends = python-exifread
depends = python-cherrypy
depends = python-cherrypy-cors
depends = python-mako
@@ -24,7 +23,6 @@ pkgbase = spiderfoot
depends = python-ipwhois
depends = python-ipaddress
depends = python-pygexf
- depends = python-ipaddress
depends = python-phonenumbers
depends = python-pypdf2
depends = python-docx
@@ -35,11 +33,13 @@ pkgbase = spiderfoot
depends = python-networkx
depends = python-cryptography
depends = python-publicsuffixlist
- source = spiderfoot-3.4.tar.gz::https://github.com/smicallef/spiderfoot/archive/v3.4.tar.gz
+ depends = python-openpyxl
+ depends = python-exifread
+ source = spiderfoot-3.5.tar.gz::https://github.com/smicallef/spiderfoot/archive/v3.5.tar.gz
source = spiderfoot.sh
source = spiderfoot.service
source = spiderfoot.default
- sha256sums = dedf8d92ac3efc83fb8cecbaac758d3854064e46d4dca19c27aff4607f755ea0
+ sha256sums = fbd99eef922c63f1a403cb06e31dcb134bb9b7f548f67989c60eda241c399eb4
sha256sums = 2246fe34cd61433a35cd49f2d6d18a6a66fd714014c6c703d1f1f29e3b2a5007
sha256sums = 98a4230a697def859e062c8a236b6e56dc8a3d2a11885e67464cfe8c837737a5
sha256sums = b55ca3ad0243f3678ab0ed700fb0b3c5f901dfb9c364ba4ca12ed36267e3c32c
diff --git a/PKGBUILD b/PKGBUILD
index eb655020cf46..f83a6d17436d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: GI_Jack <GI_Jack@hackermail.com>
pkgname=spiderfoot
-pkgver=3.4
+pkgver=3.5
pkgrel=1
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' )
makedepends=('python')
install=${pkgname}.install
@@ -22,7 +23,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smicallef/spiderfoot/ar
"spiderfoot.sh"
"spiderfoot.service"
"spiderfoot.default")
-sha256sums=('dedf8d92ac3efc83fb8cecbaac758d3854064e46d4dca19c27aff4607f755ea0'
+sha256sums=('fbd99eef922c63f1a403cb06e31dcb134bb9b7f548f67989c60eda241c399eb4'
'2246fe34cd61433a35cd49f2d6d18a6a66fd714014c6c703d1f1f29e3b2a5007'
'98a4230a697def859e062c8a236b6e56dc8a3d2a11885e67464cfe8c837737a5'
'b55ca3ad0243f3678ab0ed700fb0b3c5f901dfb9c364ba4ca12ed36267e3c32c')