summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327b22903287..202537b452bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Sep 5 07:10:31 PM EDT 2021
+# Sun Sep 5 07:11:06 PM EDT 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
@@ -29,7 +29,7 @@ pkgbase = spiderfoot
depends = python-pypdf2
depends = python-docx
depends = python-whois
- depends = python-secure
+ depends = python-secure>=0.3.0
depends = python-pyopenssl
depends = python-pptx
depends = python-networkx
diff --git a/PKGBUILD b/PKGBUILD
index 6483ba489251..eb655020cf46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=( 'python' 'python-adblockparser' 'python-dnspython>=2.1.0' 'python-exif
'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' 'python-pyopenssl' 'python-pptx'
+ 'python-whois' 'python-secure>=0.3.0' 'python-pyopenssl' 'python-pptx'
'python-networkx' 'python-cryptography' 'python-publicsuffixlist' )
makedepends=('python')