summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b06f13cbf659..6c0511761a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-manilaclient
pkgdesc = Client library for OpenStack Manila API
- pkgver = 1.21.0
+ pkgver = 1.22.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-manilaclient
arch = any
@@ -25,8 +25,8 @@ pkgbase = python-manilaclient
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-manilaclient#tag=1.21.0
- md5sums = SKIP
+ source = git+https://git.openstack.org/openstack/python-manilaclient#tag=1.22.0
+ sha512sums = SKIP
pkgname = python-manilaclient
depends = python-oslo-config
diff --git a/PKGBUILD b/PKGBUILD
index 7cc54d4ba08a..e58a2ba1dd4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-manilaclient' 'python2-manilaclient')
-pkgver='1.21.0'
+pkgver='1.22.0'
pkgrel='1'
pkgdesc='Client library for OpenStack Manila API'
arch=('any')
@@ -26,7 +26,7 @@ checkdepends=('python-pbr'
'python-oslotest'
'python-testtools'
'python-tempest')
-md5sums=('SKIP')
+sha512sums=('SKIP')
prepare() {
cp -a "${srcdir}/${pkgname}"{,-py2}