summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-02-24 09:44:21 -0500
committerGI_Jack2021-02-24 09:44:21 -0500
commit4668ad35894e426a965fcf6a392486a21dfb2d03 (patch)
treeeb1798da56b0bbab057e0d59c724993514efed0a
parentd5aa5e17041253484d4e9ca833f6514b2fa997b7 (diff)
downloadaur-4668ad35894e426a965fcf6a392486a21dfb2d03.tar.gz
pkgrel 2: added new python-cherrypy-cors dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecda7b9cfc99..241e4ee0bc2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Feb 23 10:36:54 AM EST 2021
+# Wed Feb 24 09:44:16 AM EST 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 = 1
+ pkgrel = 2
url = http://www.spiderfoot.net/
install = spiderfoot.install
arch = any
@@ -35,6 +35,7 @@ pkgbase = spiderfoot
depends = python-pygexf
depends = python-adblockparser
depends = python-publicsuffixlist
+ depends = python-cherrypy-cors
source = spiderfoot-3.3.tar.gz::https://github.com/smicallef/spiderfoot/archive/v3.3.tar.gz
source = spiderfoot.sh
source = spiderfoot.service
diff --git a/PKGBUILD b/PKGBUILD
index 88d9e4eb1f7a..42506dcd1e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spiderfoot
pkgver=3.3
-pkgrel=1
+pkgrel=2
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/"
@@ -14,7 +14,7 @@ depends=( 'python' 'python-dnspython' 'python-exifread' 'python-cherrypy'
'python-stem' 'python-whois' 'python-future' 'python-pyopenssl'
'python-docx' 'python-pptx' 'python-networkx' 'python-cryptography'
'python-secure' 'python-pygexf' 'python-adblockparser'
- 'python-publicsuffixlist')
+ 'python-publicsuffixlist' 'python-cherrypy-cors')
makedepends=('python')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smicallef/spiderfoot/archive/v${pkgver}.tar.gz"