summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheguy2021-10-11 20:41:28 +0200
committertheguy2021-10-11 20:41:28 +0200
commitbb379a8989842691f177840d0b5bf14efe032b3c (patch)
tree3eaf587c870c12b73a01d9dfbf48ab51ca551c64 /PKGBUILD
parentd326cae9252f5bbc7c6fefbfd71880a7e2bd8458 (diff)
downloadaur-twint-git.tar.gz
add missing python-requests dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c98be12de03..10190fe3c52b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Marco A Rojas <marco.rojas@zentek.com.mx>
pkgname=twint-git
-pkgver=20200426.d9d0d68
+pkgver=20210211.d326cae
pkgrel=1
pkgdesc="An advanced Twitter scraping & OSINT tool. (git version)"
url="https://github.com/twintproject/twint"
-depends=('python' 'python-aiohttp' 'python-aiodns' 'python-beautifulsoup4' 'python-cchardet' 'python-dataclasses' 'python-elasticsearch' 'python-pysocks' 'python-pandas>=0.23.0' 'python-geopy' 'python-googletransx' 'python-schedule' 'python-fake-useragent' 'python-aiohttp-socks')
+depends=('python' 'python-requests' 'python-aiohttp' 'python-aiodns' 'python-beautifulsoup4' 'python-cchardet' 'python-dataclasses' 'python-elasticsearch' 'python-pysocks' 'python-pandas>=0.23.0' 'python-geopy' 'python-googletransx' 'python-schedule' 'python-fake-useragent' 'python-aiohttp-socks')
makedepends=('python-setuptools')
license=('MIT')
conflicts=('twint')