summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-16 00:05:18 -0500
committerChris Severance2016-01-16 00:05:18 -0500
commit2932df9c78b09cca50e16780be797ac3e5a6dbdb (patch)
tree6194a330c081ce5fb3808f95c1cf20fa6ce7edc6
parent994a0d4d64fb8d5ea830da87d7b41494a10c9509 (diff)
downloadaur-2932df9c78b09cca50e16780be797ac3e5a6dbdb.tar.gz
Update to 1.3.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b61f6914d73a..5fb508f98625 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 16:34:38 UTC 2016
+# Sat Jan 16 05:05:18 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.18.r2519.g6a4e55d
+ pkgver = 1.3.20.r2534.g6a57525
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.18
+ provides = python-botocore=1.3.20
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index efe7153b8234..fb313b12dca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.18.r2519.g6a4e55d
+pkgver=1.3.20.r2534.g6a57525
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=('d301c612c2efb4dd71d21a4e71034c13b8b07faf1c60ee401fcd0c8d068e5d52')
+sha256sums=('00c0250bf57c86fe5ff5e508fe21b3e8746960f89a87c4ab621b013971f9bdfa')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"