summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-07-22 11:52:29 -0400
committerGI_Jack2021-07-22 11:52:29 -0400
commit7fdcf56b3391dea98386040f6bc44a8cc46c991b (patch)
tree29aa49ad357558781c604cb14b05e70ec73525f8 /PKGBUILD
parentb0d028da748475cfab26a23f3fc2850d4f424a84 (diff)
downloadaur-7fdcf56b3391dea98386040f6bc44a8cc46c991b.tar.gz
looks like the current release still needs python-secure 0.2.x
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'
)