summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-07-22 11:52:29 -0400
committerGI_Jack2021-07-22 11:52:29 -0400
commit7fdcf56b3391dea98386040f6bc44a8cc46c991b (patch)
tree29aa49ad357558781c604cb14b05e70ec73525f8
parentb0d028da748475cfab26a23f3fc2850d4f424a84 (diff)
downloadaur-7fdcf56b3391dea98386040f6bc44a8cc46c991b.tar.gz
looks like the current release still needs python-secure 0.2.x
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 037f44f5e54a..bbe9a1dc8d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Jul 20 05:45:15 PM EDT 2021
+# Thu Jul 22 11:52:25 AM 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.3
- pkgrel = 4
+ pkgrel = 5
url = http://www.spiderfoot.net/
install = spiderfoot.install
arch = any
@@ -29,7 +29,7 @@ pkgbase = spiderfoot
depends = python-pypdf2
depends = python-docx
depends = python-whois
- depends = python-secure
+ depends = python-secure02
depends = python-pyopenssl
depends = python-pptx
depends = python-networkx
diff --git a/PKGBUILD b/PKGBUILD
index b511df79f8f2..2d9be0436a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spiderfoot
pkgver=3.3
-pkgrel=4
+pkgrel=5
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/"
@@ -13,7 +13,7 @@ depends=( 'python' 'python-adblockparser' 'python-dnspython' 'python-exifread'
'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-secure02' 'python-pyopenssl' 'python-pptx'
'python-networkx' 'python-cryptography' 'python-publicsuffixlist'
)