summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Beste2018-01-16 21:29:58 -0600
committerDan Beste2018-01-16 21:29:58 -0600
commit6f219e021ca21be5b5d10f44beeb2b76e29ed3f7 (patch)
tree908bd532c96ae579dffbf2adee6eed3b68225049 /PKGBUILD
parenta366668c3dbbbdb8d47af54f0a0a6e1042295fce (diff)
downloadaur-6f219e021ca21be5b5d10f44beeb2b76e29ed3f7.tar.gz
python-pycurl -> python-requests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6842bd024dc0..1f4b2b369c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ license=('MIT')
makedepends=(
'git'
'protobuf'
- 'python-pycurl'
+ 'python-requests'
'python-setuptools'
'python-tox'
)