summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-08-23 08:43:23 -0400
committerChris Severance2018-08-23 08:43:23 -0400
commit3b72e02a6d135c076c36111570451d233dc776c6 (patch)
tree171ffddce1b443b04ab0fb8c9da2d4a2e22cd63e
parent5c8e183d31e9de2ec7cb168aea8dfda4d71894a3 (diff)
downloadaur-3b72e02a6d135c076c36111570451d233dc776c6.tar.gz
Update to 1.10.83
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97e4b7a1b329..33c7703b2828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 26 16:21:21 UTC 2018
+# Thu Aug 23 12:43:23 UTC 2018
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.10.28.r4627.g65006112
+ pkgver = 1.10.83.r4874.gb0a53e6d
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-botocore-git
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
depends = python-behave>=1.2.5
- provides = python-botocore=1.10.28
+ provides = python-botocore=1.10.83
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 05768e0b5a15..02c9efcb623f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.10.28.r4627.g65006112
+pkgver=1.10.83.r4874.gb0a53e6d
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')
@@ -70,7 +70,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=('d408207b8c41061a38d7e58d2709c28c5d4bb90d26a5ad0d09f81e63ad5e9125')
+sha256sums=('0249dc7c21759b4686b4ffdfb8302d74a9f2c8ba07c65fd343d2a385b8c7e82a')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"