summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-05-24 03:48:52 -0400
committerGI_Jack2019-05-24 03:48:52 -0400
commit1183c3d135543336a4e806e8e2a1257401adb3ac (patch)
tree947882bc9cbd6fed180a53e5af6796061d46fd2d
parentc17c279216c4573b591c51583a0f017218ba80c9 (diff)
downloadaur-1183c3d135543336a4e806e8e2a1257401adb3ac.tar.gz
added cfscrape as dependancy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d669c409cf87..e79f9c21369f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Nov 15 00:30:54 UTC 2018
pkgbase = datasploit
pkgdesc = An OSINT framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc
pkgver = 1.0a
- pkgrel = 1
+ pkgrel = 2
url = http://datasploit.info/
arch = any
license = GPLv3
@@ -40,6 +38,7 @@ pkgbase = datasploit
depends = python2-piplapis
depends = python2-anyjson
depends = python2-tldextract
+ depends = python2-cfscrape
source = datasploit-1.0a.tar.gz::https://github.com/GIJack/datasploit/archive/v1.0a.tar.gz
sha256sums = 3c9e380ca69d0c9d4e1f1234a635929a558b491293b8b69713c575d5d5e6c392
diff --git a/PKGBUILD b/PKGBUILD
index 0c4f93257957..23fc6246eb42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GI_Jack <GI_Jack@hackermail.com>
pkgname=datasploit
pkgver=1.0a
-pkgrel=1
+pkgrel=2
pkgdesc="An OSINT framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc"
arch=('any')
url="http://datasploit.info/"
@@ -14,7 +14,7 @@ depends=('python2' 'python-setuptools' 'python2-billiard' 'python2-beautifulsoup
'python2-requests-file' 'python2-simplejson' 'python2-termcolor'
'python2-tqdm' 'python2-tweepy' 'python2-netaddr' 'python2-clearbit'
'python2-lxml' 'python2-ipwhois' 'python2-json2html' 'python2-travispy'
- 'python2-piplapis' 'python2-anyjson' 'python2-tldextract')
+ 'python2-piplapis' 'python2-anyjson' 'python2-tldextract' 'python2-cfscrape')
optdepends=()
provides=()