summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2018-05-15 08:46:41 +1000
committerAndy Botting2018-05-15 08:46:41 +1000
commit1a1548916fc8345fec7b581ea922ae1accb1e2d9 (patch)
tree9d60310ea5a4b0587a673c554a6e17a97f61c7ad /PKGBUILD
parent3e882995efef91438063f78705098d75651c5896 (diff)
downloadaur-1a1548916fc8345fec7b581ea922ae1accb1e2d9.tar.gz
Update to v1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd4b889f5b79..f56aed6da899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-saharaclient' 'python2-saharaclient')
-pkgver='1.5.0'
+pkgver='1.6.0'
pkgrel='1'
pkgdesc='Python client library for Sahara'
arch=('any')
@@ -26,7 +26,7 @@ checkdepends=('python-pbr' 'python2-pbr'
'python-requests-mock' 'python2-requests-mock'
'python-testrepository' 'python2-testrepository')
source=("git+https://git.openstack.org/openstack/${pkgname}#tag=${pkgver}")
-md5sums=('SKIP')
+sha512sums=('SKIP')
prepare() {
sed -i 's/pep8/pycodestyle/g' "${srcdir}/${pkgname}/saharaclient/tests/hacking/checks.py"