summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrandomnobody2023-04-13 01:48:20 +0000
committerrandomnobody2023-04-12 18:48:20 -0700
commitb28e89a67ee2bccd0b8dab5c387ee66315a25ed6 (patch)
treed9ab1076d9be0717ce44ad13d18526148bd49ffc /PKGBUILD
parentdac94cbb952c11a6696179873e33a9b445543c65 (diff)
downloadaur-b28e89a67ee2bccd0b8dab5c387ee66315a25ed6.tar.gz
updated deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d03497115a..f984f224d248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,20 @@
_pkgname='sherlock'
pkgname="${_pkgname}-git"
-pkgver=r1745.a4c0fb0
+pkgver=r2084.ab2f678
pkgrel=1
pkgdesc='Hunt down social media accounts by username across social networks'
arch=('any')
url='https://github.com/sherlock-project/sherlock'
license=('MIT')
depends=('python'
- 'python-beautifulsoup4'
'python-certifi'
'python-colorama'
- 'python-lxml'
+ 'python-openpyxl'
'python-pandas'
'python-pysocks'
'python-requests'
'python-requests-futures'
- 'python-soupsieve'
'python-stem'
'python-torrequest')
makedepends=('git' 'python-setuptools')