summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-07-13 17:31:36 -0400
committerChris Severance2016-07-13 17:31:36 -0400
commit7dfd0c18eb85f746692e7092ba1f6e03c1d85738 (patch)
tree99860febcaf254e6377caa8c1324834175bfaf80
parent4caa2c4c71061ef82b141207a5621625b5a66866 (diff)
downloadaur-7dfd0c18eb85f746692e7092ba1f6e03c1d85738.tar.gz
Update to 1.4.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c25cefbe267..75f905d2ef1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 16:14:18 UTC 2016
+# Wed Jul 13 21:30:05 UTC 2016
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.4.36.r3013.g85cfaa6
+ pkgver = 1.4.37.r3018.ga900d69
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.4.36
+ provides = python-botocore=1.4.37
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index de49e8b0ab55..f02aa5905e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.36.r3013.g85cfaa6
+pkgver=1.4.37.r3018.ga900d69
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=('060ff87a71d996f4d7d6fc235c0fe18758c300564c501c97f55e38ccdde2ed34')
+sha256sums=('b6376ce037be62d3c0e7a58e57a01afae87072e030ad698324798a81f89f7f29')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"