summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2016-03-05 20:58:18 -0600
committercarlwgeorge2016-03-05 20:58:18 -0600
commita26cff557cb882e6ee32d0bb6dc4d1b823f8531e (patch)
treecf4848a730722573d6d0363f7c91cc546f8e035b /PKGBUILD
parent305bd6c283640c863dc12d8e35ff5490ce4b0615 (diff)
downloadaur-a26cff557cb882e6ee32d0bb6dc4d1b823f8531e.tar.gz
3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e87df9a0021..0def1e92a2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _module="${_name#python-}"
_cmd="${_module%client}"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="2.7.0"
+pkgver="3.0.0"
pkgrel="1"
pkgdesc="OpenStack Object Storage API Client Library"
arch=("any")
@@ -13,7 +13,7 @@ url="https://github.com/openstack/${_name}"
license=("Apache")
makedepends=("python-pbr" "python2-pbr")
source=("https://tarballs.openstack.org/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('013f3d8296f5b4342341e086e95c4a1fc85a24caa22a9bcc7de6716b20de2a55')
+sha256sums=('824b8f204c5a7764de51795256e4175fdcd655ae4df85b8ae6e6ea9ec0b41f68')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"