summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2017-10-20 14:31:40 +1100
committerAndy Botting2017-10-20 14:31:40 +1100
commit975f4ef1f4d200f2ce63cd7a69e375d417289f8a (patch)
tree872f58b3da6a3de80080725b0e0926e6e6f739f1 /PKGBUILD
parent313f6af597c25c065ec3af76602a89c42716b7b9 (diff)
downloadaur-975f4ef1f4d200f2ce63cd7a69e375d417289f8a.tar.gz
Update to v1.3.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a351caca24d5..ee151da3ce39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-saharaclient' 'python2-saharaclient')
pkgver='1.3.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Python client library for Sahara'
arch=('any')
url="http://docs.openstack.org/developer/${pkgname}/"
@@ -19,6 +19,7 @@ checkdepends=('python-pbr' 'python2-pbr'
'python-requests' 'python2-requests'
'python-six' 'python2-six'
'python-mock' 'python2-mock'
+ 'python-hacking' 'python2-hacking'
'python-pycodestyle' 'python2-pycodestyle'
'python-oslotest' 'python2-oslotest'
'python-os-testr'