summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-12-04 16:25:17 +0100
committerCedric Girard2015-12-04 16:25:17 +0100
commitda1fbb7342aad3638053aafac9cd451cd59bd4bd (patch)
tree637832e5425b253611508bfb1ef87f156e48fd40 /PKGBUILD
parent3de0e75d6900d0c92dcec8c9a89e16ca52055294 (diff)
downloadaur-da1fbb7342aad3638053aafac9cd451cd59bd4bd.tar.gz
update patch file and deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2fbaf15ce83..357626ffd361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-requests-git
-pkgver=v2.3.0.41.gfcb735f
+pkgver=v2.8.1.59.g40ce366
pkgrel=1
_libname=${pkgname/python2-/}
pkgdesc="Python HTTP for Humans."
@@ -11,7 +11,7 @@ makedepends=('git' 'python2-distribute')
optdepends=('python2-certifi: SSL support'
'python2-grequests: asynchronous requests with gevent'
'python2-simplejson')
-depends=('python2')
+depends=('python2' 'python2-pyopenssl' 'python2-ndg-httpsclient' 'python2-pyasn1')
provides=('python2-requests')
license=('custom: ISC')
arch=('any')
@@ -20,8 +20,7 @@ source=('requests::git+https://github.com/kennethreitz/requests.git'
certs.patch
)
sha256sums=('SKIP'
- '482fc40ba146d2200771a690b3bedf6eddc9c3224d6f7b5ba529124039b07246'
-)
+ 'db84c6224f77bbf55c49bd69db71a98b3798f1d3275d7079861e1fbade8cc03f')
pkgver() {
cd "$srcdir"/requests