summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2015-09-29 22:48:47 -0400
committerChris Severance2015-09-29 22:48:47 -0400
commitfe211e2e2b1ef3154b5c4d8a9f5fbd3e8371ce25 (patch)
tree26a987112e4dfb5c5979a4d26f646131727d1923 /PKGBUILD
parent6806177e92236591e3f1d596681066ff4cb51957 (diff)
downloadaur-fe211e2e2b1ef3154b5c4d8a9f5fbd3e8371ce25.tar.gz
Update to 1.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"