summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-05-26 19:04:42 -0400
committerChris Severance2019-05-26 19:04:42 -0400
commitae4073b66154915db9c368a98edacd65eeacd00e (patch)
tree19e392d5f9ee42aa3265b4d3405a21dfc1e1a7c0
parentd29983515ab059b582f1c4111a5d15386fe0f803 (diff)
downloadaur-ae4073b66154915db9c368a98edacd65eeacd00e.tar.gz
Update to 1.12.56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db00ee688c87..eadbfa1605ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 9 03:24:38 UTC 2019
+# Sun May 26 23:04:42 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.145.r5721.gb099cc62
+ pkgver = 1.12.156.r5778.g260c6c8b
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.145
+ provides = python-botocore=1.12.156
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 6a2ea5e2b4fc..57bbe4f32660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.12.145.r5721.gb099cc62
+pkgver=1.12.156.r5778.g260c6c8b
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=('c23cfc8beee3aad86e659199bc69280eb6638e2047808b74b538aa6cbd21eaeb')
+sha256sums=('990db33e04e0dbad8b652b8be3558403d12074a5c9276a34fe3977d1702dbb91')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"