summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-05-11 13:14:20 -0400
committerChris Severance2016-05-11 13:14:20 -0400
commita1ffdcc5fd71ba007184b9dce2aba52f89227e02 (patch)
tree242ee17749ffb59b929b0191e6d804a08de30c98
parent58875a5fb7015c7ee6eb44042ddfe277aa5a209d (diff)
downloadaur-a1ffdcc5fd71ba007184b9dce2aba52f89227e02.tar.gz
Update to 1.4.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f892b2cff2a1..daf73392dec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 10 17:38:16 UTC 2016
+# Wed May 11 17:14:20 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.17.r2882.g0016687
+ pkgver = 1.4.18.r2889.gbb09e88
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.17
+ provides = python-botocore=1.4.18
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index ac8559d88e50..dbc66dfc4ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.17.r2882.g0016687
+pkgver=1.4.18.r2889.gbb09e88
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=('6645e0eaaaa5a287e6e88289a75cd217f91ecab6568feda664c27e5dd459dfc5')
+sha256sums=('d2bde05b22c314ba2dc9db5bc7fde8b976845eb303d97d470990c61405439a02')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"