summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2019-08-12 08:39:22 +1000
committerAndy Botting2019-08-12 08:39:22 +1000
commitde1554d1fb223de5aed42a58c74a7d1473574c0b (patch)
tree6e8f1fe54d876e0d688c924c6d5dfe69d72e4648 /PKGBUILD
parent27dde30c0577c023aec882b23b681bcb8f970907 (diff)
downloadaur-de1554d1fb223de5aed42a58c74a7d1473574c0b.tar.gz
Update to v2.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6af19177bb0..532f7bae55d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-designateclient
-pkgver=2.11.0
-pkgrel=3
+pkgver='2.12.0'
+pkgrel='1'
pkgdesc='Python client library for Designate'
arch=('any')
url="https://docs.openstack.org/$pkgname/"
license=('Apache')
depends=('python-cliff' 'python-debtcollector' 'python-jsonschema'
- 'python-osc-lib' 'python-oslo-utils' 'python-keystoneauth1'
- 'python-pbr' 'python-requests' 'python-six' 'python-stevedore')
+ 'python-osc-lib' 'python-oslo-serialization' 'python-oslo-utils'
+ 'python-keystoneauth1' 'python-pbr' 'python-requests' 'python-six'
+ 'python-stevedore')
checkdepends=('python-oslo-config' 'python-oslotest' 'python-requests-mock'
'python-subunit')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('8ddb35695fd4997819ee6c1afbf1099d54591563871a2f9f831c34e357b4607cd3045404616f39b8710a73e2436ffac932a7e04f669054f55d266c7381770a13')
+sha512sums=('99b202696de5c79649893d5a6ed13a422d781a2d87123f94d2c225f51fae5fa2416efd4a3b254954fca092c6eb28948597cceb56f011a1c216d168ff78b22560')
export PBR_VERSION=$pkgver