summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-03-05 20:58:18 -0600
committercarlwgeorge2016-03-05 20:58:18 -0600
commita26cff557cb882e6ee32d0bb6dc4d1b823f8531e (patch)
treecf4848a730722573d6d0363f7c91cc546f8e035b
parent305bd6c283640c863dc12d8e35ff5490ce4b0615 (diff)
downloadaur-a26cff557cb882e6ee32d0bb6dc4d1b823f8531e.tar.gz
3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d481617b2cc8..6b95f7cdf48d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 20:16:47 UTC 2015
+# Sun Mar 6 02:58:09 UTC 2016
pkgbase = python-swiftclient
pkgdesc = OpenStack Object Storage API Client Library
- pkgver = 2.7.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/openstack/python-swiftclient
arch = any
license = Apache
makedepends = python-pbr
makedepends = python2-pbr
- source = https://tarballs.openstack.org/python-swiftclient/python-swiftclient-2.7.0.tar.gz
- sha256sums = 013f3d8296f5b4342341e086e95c4a1fc85a24caa22a9bcc7de6716b20de2a55
+ source = https://tarballs.openstack.org/python-swiftclient/python-swiftclient-3.0.0.tar.gz
+ sha256sums = 824b8f204c5a7764de51795256e4175fdcd655ae4df85b8ae6e6ea9ec0b41f68
pkgname = python-swiftclient
depends = python-requests>=1.1
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"