summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-04-01 20:27:01 -0400
committerChris Severance2018-04-01 20:27:01 -0400
commitd5614531fbd37d6ab9aa776fa168338879e8f6bb (patch)
tree6edd2cf2ef758c612afaad61d8dab81eaf324f07
parente82945982f16a5dda79ea26a6f0d6bdf40ff5456 (diff)
downloadaur-d5614531fbd37d6ab9aa776fa168338879e8f6bb.tar.gz
Update to 1.9.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99585c8689c6..f691c875185d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 20:09:00 UTC 2018
+# Mon Apr 2 00:27:01 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.9.3.r4416.g77c6d279
+ pkgver = 1.9.21.r4497.gad948701
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.9.3
+ provides = python-botocore=1.9.21
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 8016d1118272..52eb73ceae1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.9.3.r4416.g77c6d279
+pkgver=1.9.21.r4497.gad948701
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=('afec77966ad3cbb7aa4ac12cc31221b49a4dbb82b7714e4d9737ada4699c2be2')
+sha256sums=('d492abe435b73ed6400698e087f5ede9d44e4e619a2a514f78928c43854d2e15')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"