summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-09-27 19:19:09 -0400
committerChris Severance2019-09-27 19:19:09 -0400
commitdbc472fa902ef3b57e0cf9717916a440f3d4c527 (patch)
treee1b86e07361c9c6c21095eb1b7c50150383bccd9
parentae4073b66154915db9c368a98edacd65eeacd00e (diff)
downloadaur-dbc472fa902ef3b57e0cf9717916a440f3d4c527.tar.gz
Update to 1.12.238
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eadbfa1605ea..ebf0390dc1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 26 23:04:42 UTC 2019
+# Fri Sep 27 23:19:09 UTC 2019
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.12.156.r5778.g260c6c8b
+ pkgver = 1.12.238.r6138.g18e891578
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-botocore-git
depends = python-behave>=1.2.5
depends = python-urllib3>=1.20
depends = python-urllib3<1.25
- provides = python-botocore=1.12.156
+ provides = python-botocore=1.12.238
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 57bbe4f32660..f918d7ffe910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.12.156.r5778.g260c6c8b
+pkgver=1.12.238.r6138.g18e891578
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')
@@ -78,7 +78,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=('990db33e04e0dbad8b652b8be3558403d12074a5c9276a34fe3977d1702dbb91')
+sha256sums=('027126e116a3741a1c223228bf5ceaa818081153fb4b5904f7c32736e55bcf61')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"