summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 11bf3911cd95..88591db209ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-designateclient
pkgdesc = Python client library for Designate
- pkgver = 2.4.0
+ pkgver = 2.6.0
pkgrel = 1
url = http://docs.openstack.org/developer/python-designateclient
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-designateclient#tag=2.4.0
+ source = git+https://git.openstack.org/openstack/python-designateclient#tag=2.6.0
md5sums = SKIP
pkgname = python-designateclient
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 b44809edd2e6..cf485ad5249f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-designateclient' 'python2-designateclient')
-pkgver='2.4.0'
+pkgver='2.6.0'
pkgrel='1'
pkgdesc='Python client library for Designate'
arch=('any')