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