summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-12-07 00:56:53 -0500
committerChris Severance2015-12-07 00:56:53 -0500
commit7c05480633531df604eca1d8791ffb63bbbb0b2b (patch)
tree3d26e0e583478e318d878d0146016488546e9e6e
parentd9b1c5fa230f05be42932b25d4ce60755ea5dc12 (diff)
downloadaur-7c05480633531df604eca1d8791ffb63bbbb0b2b.tar.gz
Update to 1.3.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7b3be4e18c1..5ed821293190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 05:56:53 UTC 2015
pkgbase = python-botocore-git
pkgdesc = A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3
- pkgver = 1.3.10.r2439.gb1e89cd
+ pkgver = 1.3.11.r2447.gafde52d
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -24,7 +26,7 @@ pkgbase = python-botocore-git
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
depends = python-behave>=1.2.5
- provides = python-botocore=1.3.10
+ provides = python-botocore=1.3.11
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 8408659a2666..445ebdd028ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.10.r2439.gb1e89cd
+pkgver=1.3.11.r2447.gafde52d
pkgrel=1
pkgdesc='A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3'
arch=('any')
@@ -67,7 +67,7 @@ depends=("${_pyver}" "${_pydepends[@]}")
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
options=('!strip')
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b9d9cbfdf4d56772c5ad286dca52012e249c3a128ceb99f11c5ac9618e55d340')
+sha256sums=('df00e127df86654cc95d97e5338b12e718e96fa9d01265ebc9b43dc20f944612')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"