summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-01-30 15:15:59 -0500
committerChris Severance2019-01-30 15:15:59 -0500
commit8b099dec58b1ee8ccc6851e0c1a0d9ffcb8cd973 (patch)
treebc10d8c03f7890b37c45448e0c32a139ee30d86a
parente434e3176b4a3f6c187d764a62cf3c11e871bab5 (diff)
downloadaur-8b099dec58b1ee8ccc6851e0c1a0d9ffcb8cd973.tar.gz
Update to 1.12.86
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d645d3ac8086..b3ef823ab9d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 17 23:39:49 UTC 2018
+# Wed Jan 30 20:15:59 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.47.r5279.g8b38eb11
+ pkgver = 1.12.86.r5496.g50ada954
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.47
+ provides = python-botocore=1.12.86
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 6b8ec8d7bac2..4d3bd6168b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.12.47.r5279.g8b38eb11
+pkgver=1.12.86.r5496.g50ada954
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=('75f56b5b21ac3b69d159454ba71005023e14d63de59ee56512fe43d92d7d7a6f')
+sha256sums=('55cef64b59c2f971a8b9e080b0a966bfadda13bc2ed4d3afec147a60aa39ffbc')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"