summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-10-02 16:44:47 +0200
committerkleintux2023-10-02 16:44:47 +0200
commita9f9ccb728254d4456df2cbd91240b92f8595057 (patch)
treecb5555c9848fde561b274d45468e138e57026ba9
parentee15e7d8e7d79f1556945c99d9b28621d26ca6c1 (diff)
downloadaur-a9f9ccb728254d4456df2cbd91240b92f8595057.tar.gz
python-setuptools-scm added as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 347a26db94dc..26fc39c8637f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo(replacement shim) v8
-# Mon Nov 21 11:17:10 AM PST 2022
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 = 4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.spiderfoot.net/
install = spiderfoot.install
arch = any
@@ -35,6 +33,7 @@ pkgbase = spiderfoot
depends = python-publicsuffixlist
depends = python-openpyxl
depends = python-exifread
+ depends = python-setuptools-scm
source = spiderfoot-4.0.tar.gz::https://github.com/smicallef/spiderfoot/archive/v4.0.tar.gz
source = spiderfoot.sh
source = spiderfoot.service
diff --git a/PKGBUILD b/PKGBUILD
index dd867b1db0cb..4ec1cc769d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: GI_Jack <GI_Jack@hackermail.com>
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: GI_Jack <GI_Jack@hackermail.com>
pkgname=spiderfoot
pkgver=4.0
-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/"
@@ -15,7 +16,7 @@ depends=( 'python' 'python-adblockparser' 'python-dnspython>=2.1.0'
'python-phonenumbers' 'python-pypdf2' 'python-docx' 'python-whois'
'python-secure>=0.3.0' 'python-pyopenssl' 'python-pptx'
'python-networkx' 'python-cryptography' 'python-publicsuffixlist'
- 'python-openpyxl' 'python-exifread' )
+ 'python-openpyxl' 'python-exifread' 'python-setuptools-scm')
makedepends=('python')
install=${pkgname}.install