summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2018-03-26 08:39:56 +1100
committerAndy Botting2018-03-26 08:39:56 +1100
commitb759a107b85213e82ae705e9172cf362aed3260c (patch)
tree535322addb39fcda51c79187bad71b4a1e0ec280 /PKGBUILD
parent7f02286bd6f16805df3baf889637af310fc4b6a6 (diff)
downloadaur-b759a107b85213e82ae705e9172cf362aed3260c.tar.gz
Update to v3.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd6bca11fa4d..d0636dd4e85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-mistralclient' 'python2-mistralclient')
-pkgver='3.1.3'
+pkgver='3.3.0'
pkgrel='1'
pkgdesc='Mistral Client Library'
arch=('any')
@@ -9,7 +9,7 @@ url='https://docs.openstack.org/developer/mistral/'
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}