summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2020-04-02 10:10:48 -0400
committerStick2020-04-02 10:10:48 -0400
commit0b93f2aea15a58485a527b2bf005893f67603974 (patch)
treec42b01ff04259eca8bb4ac3780a778494ff695f5
parent204ca9992dcd4f414de77f85ee325e8de9bc610e (diff)
downloadaur-0b93f2aea15a58485a527b2bf005893f67603974.tar.gz
use python-gevent-git until python-gevent hits >= 1.5a2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d953a343a53..0f7a06fce4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkg=locust
pkgname="python-$_pkg-git"
-pkgver=0.13.2.r6.g989fa24
+pkgver=0.14.5.r83.g34cb6d1
pkgrel=1
pkgdesc="Scalable user load testing tool written in Python"
arch=('any')
url="https://github.com/locustio/$_pkg"
license=('MIT')
depends=('python-flask'
- 'python-gevent'
+ 'python-gevent-git'
'python-geventhttpclient-wheels'
'python-msgpack'
'python-pyzmq'