summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2018-03-26 08:42:42 +1100
committerAndy Botting2018-03-26 08:42:42 +1100
commitd6cc529512bff85f95059785e68e31e672de92aa (patch)
tree0277e10ba906d47769ac073380c93084b7af3789 /PKGBUILD
parent035a33036c45a6647c75d7cbfb268596c1ef4250 (diff)
downloadaur-d6cc529512bff85f95059785e68e31e672de92aa.tar.gz
Update to v2.9.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1daf670b6527..5e42f2364185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-magnumclient' 'python2-magnumclient')
-pkgver='2.7.0'
+pkgver='2.9.0'
pkgrel='1'
pkgdesc='Python client library for Magnum'
arch=('any')
@@ -9,7 +9,7 @@ url="http://docs.openstack.org/developer/${pkgname}/"
license=('Apache')
makedepends=('git' 'python-setuptools' 'python2-setuptools')
source=("git+https://git.openstack.org/openstack/${pkgname}#tag=${pkgver}")
-md5sums=('SKIP')
+sha512sums=('SKIP')
prepare() {
cp -a "${srcdir}/${pkgname}"{,-py2}