summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrandomnobody2022-07-12 01:54:05 +0000
committerrandomnobody2022-07-11 18:54:05 -0700
commitdac94cbb952c11a6696179873e33a9b445543c65 (patch)
treee5ad886ff9e9adccf13e601ac91749357b390d11 /PKGBUILD
parent13f7e0bd9bc1824a85468c09df6e9224879c7e54 (diff)
downloadaur-dac94cbb952c11a6696179873e33a9b445543c65.tar.gz
removed provides/conflict, added python-pandas dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 391b29447c28..20d03497115a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: randomnobody <nobody "at" 420blaze "dot" it>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: peeweep <peeweep at 0x0 dot ee>
_pkgname='sherlock'
pkgname="${_pkgname}-git"
-pkgver=r1480.9d824d1
-pkgrel=2
+pkgver=r1745.a4c0fb0
+pkgrel=1
pkgdesc='Hunt down social media accounts by username across social networks'
arch=('any')
url='https://github.com/sherlock-project/sherlock'
@@ -14,6 +15,7 @@ depends=('python'
'python-certifi'
'python-colorama'
'python-lxml'
+ 'python-pandas'
'python-pysocks'
'python-requests'
'python-requests-futures'
@@ -21,8 +23,6 @@ depends=('python'
'python-stem'
'python-torrequest')
makedepends=('git' 'python-setuptools')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
source=("git+${url}.git")
sha256sums=('SKIP')