summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 347c7fbe8a64..9a514aadfa9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkg=locust
pkgname="python-$_pkg-git"
pkgver=0.14.5.r83.g34cb6d1
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable user load testing tool written in Python"
arch=('any')
url="https://github.com/locustio/$_pkg"
license=('MIT')
depends=('python-configargparse'
'python-flask'
- 'python-gevent-git'
+ 'python-gevent'
'python-geventhttpclient-wheels'
'python-msgpack'
'python-psutil'