summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-11-01 16:21:25 -0500
committerChris Severance2015-11-01 16:21:25 -0500
commita843b15c47c0c2ab44ae760e91b6af5c63e154f9 (patch)
treeaee02f66424cb4402f7b69873f52b4c76120aa6b
parent522740a61e433dc23c90e9382e412ba16e65f213 (diff)
downloadaur-a843b15c47c0c2ab44ae760e91b6af5c63e154f9.tar.gz
Update to 1.3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669bef65faa9..9f35390c6a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1.r2321.gcf7d165
+ pkgver = 1.3.2.r2332.gb578232
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-botocore-git
makedepends = python
makedepends = python-distribute
makedepends = git
- provides = python-botocore=1.3.1
+ provides = python-botocore=1.3.2
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6192f03b60f7..4db78c00853e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.1.r2321.gcf7d165
+pkgver=1.3.2.r2332.gb578232
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')
@@ -63,7 +63,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend
)
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8304ead9f0853332b0f384a97a9c6520057eb523c4fa071616da5beffccf25b8')
+sha256sums=('15475c2aef91f507a8bb46e83518fb339412d6f43c204c6a175c897ccdc1eb95')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"