summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-21 13:03:12 -0500
committerChris Severance2016-01-21 13:03:12 -0500
commitab942a12eb736302fe6a4151b4fa840d5bc25cbd (patch)
tree5ae5d02c973dc2dd5e7890171d2ab5fae3ac75c1
parent2932df9c78b09cca50e16780be797ac3e5a6dbdb (diff)
downloadaur-ab942a12eb736302fe6a4151b4fa840d5bc25cbd.tar.gz
Update to 1.3.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb508f98625..66f526cbb460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 05:05:18 UTC 2016
+# Thu Jan 21 18:03:12 UTC 2016
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.20.r2534.g6a57525
+ pkgver = 1.3.21.r2539.g71a95fb
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -26,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.20
+ provides = python-botocore=1.3.21
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index fb313b12dca3..329e3d968ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.20.r2534.g6a57525
+pkgver=1.3.21.r2539.g71a95fb
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')
@@ -68,7 +68,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=('00c0250bf57c86fe5ff5e508fe21b3e8746960f89a87c4ab621b013971f9bdfa')
+sha256sums=('5b0506e23abbe11c49b20ffdaf8529bdb8269526067d344edd78f194f576325c')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"