summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-09-29 22:48:47 -0400
committerChris Severance2015-09-29 22:48:47 -0400
commitfe211e2e2b1ef3154b5c4d8a9f5fbd3e8371ce25 (patch)
tree26a987112e4dfb5c5979a4d26f646131727d1923
parent6806177e92236591e3f1d596681066ff4cb51957 (diff)
downloadaur-fe211e2e2b1ef3154b5c4d8a9f5fbd3e8371ce25.tar.gz
Update to 1.2.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d765807082..edd072e17a4a 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.2.5.r2191.gdfc3641
+ pkgver = 1.2.6.r2207.g082a8b8
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.2.5
+ provides = python-botocore=1.2.6
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f28c0361a21f..32aab4f91cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.2.5.r2191.gdfc3641
+pkgver=1.2.6.r2207.g082a8b8
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=('e03cf5998051fee7ae72c7d7525c4418f5f17a835bad5487cf085a1bc3709bb3')
+sha256sums=('b4dbd7884ae73f75cc5390224d1543e3a0b2235ba88f728b6bdaa952ec509eb6')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"