summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-05-08 17:38:43 -0400
committerGI_Jack2021-05-08 17:38:43 -0400
commit7e8a13fe02f1ca1b93b5444f7b9ddae48001372a (patch)
treeaab87c1cc0496afa32c79a18592c65accb6c5817 /PKGBUILD
parent4668ad35894e426a965fcf6a392486a21dfb2d03 (diff)
downloadaur-7e8a13fe02f1ca1b93b5444f7b9ddae48001372a.tar.gz
changed deps, python-secure 0.2.x API
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42506dcd1e3c..aa3d4e1d516a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spiderfoot
pkgver=3.3
-pkgrel=2
+pkgrel=3
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-dnspython' 'python-exifread' 'python-cherrypy'
'python-ipaddress' 'python-phonenumbers' 'python-pypdf2'
'python-stem' 'python-whois' 'python-future' 'python-pyopenssl'
'python-docx' 'python-pptx' 'python-networkx' 'python-cryptography'
- 'python-secure' 'python-pygexf' 'python-adblockparser'
+ 'python-secure02' 'python-pygexf' 'python-adblockparser'
'python-publicsuffixlist' 'python-cherrypy-cors')
makedepends=('python')
install=${pkgname}.install