summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-06-28 15:05:40 -0400
committerChris Severance2016-06-28 15:05:40 -0400
commit505e04cab47dc52dc8fef7a2c4ffcd28f7de4d9e (patch)
tree45c0e1412983221c5d92aec2406471b5867103c9
parent6433b3497ed102fe573fa0186d410d893571a79f (diff)
downloadaur-505e04cab47dc52dc8fef7a2c4ffcd28f7de4d9e.tar.gz
Update to 1.4.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1b3b60cb03..fd36fb4459f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 15:18:18 UTC 2016
+# Tue Jun 28 19:04:47 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.4.31.r2984.gd705aca
+ pkgver = 1.4.32.r2991.g4a2181d
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -27,7 +27,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.4.31
+ provides = python-botocore=1.4.32
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 553c9936bc30..6300d980caaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.31.r2984.gd705aca
+pkgver=1.4.32.r2991.g4a2181d
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=('b880bfc2b786ac7318b090830efb66df706458d1479044e33b40a6e4891000e7')
+sha256sums=('2d2755eac213ec965aa992be9b9eb5055f763b3fb352c3feadf433a7b7eb2595')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"