summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-02 22:54:18 -0500
committerChris Severance2018-02-02 22:54:18 -0500
commitdbd341130b24f49113bc27c4223f235756a3e475 (patch)
tree81125de2027845e3be4938b06aa1df8e01b339a4
parent78fc70edef6051d5c39b8ecf7712bb0881321ac1 (diff)
downloadaur-dbd341130b24f49113bc27c4223f235756a3e475.tar.gz
Update to 1.8.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1094f7e05fd..e697be8deeda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 12 10:49:59 UTC 2018
+# Sat Feb 3 03:54:18 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.8.27.r4265.g0b87c7d8
+ pkgver = 1.8.36.r4321.g67927b8d
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -27,7 +27,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.8.27
+ provides = python-botocore=1.8.36
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 3d432ed3e284..68605bb76343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.8.27.r4265.g0b87c7d8
+pkgver=1.8.36.r4321.g67927b8d
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')
@@ -68,7 +68,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=('4302e51b1399f7e3777b9fae9a4590bf5e64174c686c054c43bcb9e9905f3a90')
+sha256sums=('711d1fd3d0c94cabca9a231544316c2a6f3c8905b3965a574bd3a373a0b5b7ff')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"