summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2018-03-26 08:42:42 +1100
committerAndy Botting2018-03-26 08:42:42 +1100
commitd6cc529512bff85f95059785e68e31e672de92aa (patch)
tree0277e10ba906d47769ac073380c93084b7af3789
parent035a33036c45a6647c75d7cbfb268596c1ef4250 (diff)
downloadaur-d6cc529512bff85f95059785e68e31e672de92aa.tar.gz
Update to v2.9.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 758450069929..570f1da753fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-magnumclient
pkgdesc = Python client library for Magnum
- pkgver = 2.7.0
+ pkgver = 2.9.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-magnumclient/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-magnumclient
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-magnumclient#tag=2.7.0
- md5sums = SKIP
+ source = git+https://git.openstack.org/openstack/python-magnumclient#tag=2.9.0
+ sha512sums = SKIP
pkgname = python-magnumclient
depends = python-decorator
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}