summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2017-04-07 15:13:08 +1000
committerAndy Botting2017-04-07 15:13:08 +1000
commit9f2e0176d9918daf531f6fbe31a9be5fbc584425 (patch)
treeebf96fc400306c73fd2d4590e49bfb24cc00978d
parenta2050478ccccf83221a10dadc75f1db3f1470a9a (diff)
downloadaur-9f2e0176d9918daf531f6fbe31a9be5fbc584425.tar.gz
Update to v1.14.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f442efb4fa..6e69bac5d445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-manilaclient
pkgdesc = Python client library for Manila
- pkgver = 1.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-manilaclient
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-manilaclient#tag=1.13.0
+ source = git+https://git.openstack.org/openstack/python-manilaclient#tag=1.14.0
md5sums = SKIP
pkgname = python-manilaclient
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 78776f5e7d4d..dc508d2b863e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-manilaclient' 'python2-manilaclient')
-pkgver='1.13.0'
+pkgver='1.14.0'
pkgrel='1'
pkgdesc='Python client library for Manila'
arch=('any')