summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2019-11-20 21:52:31 -0500
committerStick2019-11-20 21:52:45 -0500
commit4d50e444a63a62ee22129c6162f60de5d5a330c6 (patch)
tree4f26583dc135f82a2fe21e2f473ef5e4f1a0d8ad
parenta232628d3cbd34093efdaf6747028cab05e87496 (diff)
downloadaur-4d50e444a63a62ee22129c6162f60de5d5a330c6.tar.gz
add python-certifi dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4901f41c00df..8eab99f6866d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-geventhttpclient-wheels-git
pkgdesc = A high performance, concurrent http client library for python with gevent
pkgver = 1.3.1dev2.r0.g4d83606
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/locustio/geventhttpclient
arch = x86_64
license = MIT
makedepends = git
makedepends = python-setuptools
+ depends = python-certifi
provides = python-geventhttpclient-wheels
conflicts = pyhon-geventhttpclient-wheels
source = python-geventhttpclient-wheels-git::git+https://github.com/locustio/geventhttpclient
diff --git a/PKGBUILD b/PKGBUILD
index e8644ac766f1..3b004fdb5ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkg=geventhttpclient-wheels
pkgname="python-$_pkg-git"
pkgver=1.3.1dev2.r0.g4d83606
-pkgrel=2
+pkgrel=3
pkgdesc="A high performance, concurrent http client library for python with gevent"
arch=('x86_64')
url='https://github.com/locustio/geventhttpclient'
license=('MIT')
-depends=()
+depends=('python-certifi')
makedepends=('git'
'python-setuptools')
provides=("python-$_pkg")