summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-10-11 13:42:26 +0300
committerChristoph Gysin2016-10-11 13:42:26 +0300
commit03d439b040b2af9ad3d155032df5b512961b8984 (patch)
treeef650460014a467b9987a4deea197eeda47a7e82
parentda0921d8d862d56e3757ece8881e0c41b2255b40 (diff)
downloadaur-03d439b040b2af9ad3d155032df5b512961b8984.tar.gz
update to 1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a66cea6cebd..78ea1b600cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 22:44:04 UTC 2016
+# Tue Oct 11 10:42:08 UTC 2016
pkgbase = python-heatclient
pkgdesc = Python client library for Heat
- pkgver = 0.9.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://launchpad.net/python-heatclient
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/python-heatclient/python-heatclient-0.9.0.tar.gz
- sha256sums = 3a393de49239c3e6a82e2ce819684f262cb6f48ec70542d1d3dfb7aa690c7574
+ source = https://github.com/openstack/python-heatclient/archive/1.5.0.tar.gz
+ sha256sums = c67c75547636552afd28a6788d5adb54de926663361fdf63126ea9b7db831178
pkgname = python-heatclient
depends = python-babel
diff --git a/PKGBUILD b/PKGBUILD
index d02feaa95577..48e2fc5cc985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-heatclient'
'python2-heatclient')
-pkgver='0.9.0'
+pkgver='1.5.0'
pkgrel='1'
pkgdesc='Python client library for Heat'
arch=('any')
@@ -10,8 +10,8 @@ url='https://launchpad.net/python-heatclient'
license=('Apache')
makedepends=('python-setuptools'
'python2-setuptools')
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3a393de49239c3e6a82e2ce819684f262cb6f48ec70542d1d3dfb7aa690c7574')
+source=("https://github.com/openstack/python-heatclient/archive/${pkgver}.tar.gz")
+sha256sums=('c67c75547636552afd28a6788d5adb54de926663361fdf63126ea9b7db831178')
package_python-heatclient()
{