summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Sexton2023-07-01 20:36:43 -0400
committerMatthew Sexton2023-07-01 20:36:43 -0400
commita541edb649b4488358f51c1b46501654f252def0 (patch)
tree740da81f2d398bb93abeca3ca1319bf7bf5a7fac /PKGBUILD
parent09bd425da9e8d62a9645ea4bdc4cb350516fdac5 (diff)
downloadaur-a541edb649b4488358f51c1b46501654f252def0.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45ff3af0e0fe..53378fe0b644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-curl-cffi
_name=curl_cffi
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
pkgdesc="Python binding for curl-impersonate via CFFI"
arch=('any')
url="https://github.com/yifeikong/curl_cffi"
license=('GPL3')
-depends=( 'python-requests' 'python-aiohttp' 'curl-impersonate-chrome')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+depends=( 'python-gevent' 'python-eventlet' 'curl-impersonate-chrome' 'python-cffi')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' )
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('30eea55149bd66dbb11aa467e3b4e039085bfac38da7fb8ae694425d9b7061da')