summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-02-16 21:48:50 -0500
committerChris Severance2017-02-16 21:48:50 -0500
commite76f6c43761b05df25e39f5abd3bb5aa62332c29 (patch)
treea59b535dd1c3eff7d1ae50886652fad950627e38
parent77a801774b05ff06b5a4cc97ae37dc35bcca207f (diff)
downloadaur-e76f6c43761b05df25e39f5abd3bb5aa62332c29.tar.gz
Update to 1.5.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bf46ff75d3..1638fb55180c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 17:54:06 UTC 2017
+# Fri Feb 17 02:47:49 UTC 2017
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.5.0.r3410.g03aa458a
+ pkgver = 1.5.13.r3476.g54531b7b
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.5.0
+ provides = python-botocore=1.5.13
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 61ea71fae5ad..a31f379b679c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.5.0.r3410.g03aa458a
+pkgver=1.5.13.r3476.g54531b7b
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=('d46905ee5d61f54116489f4a4f9a6499f0e2d2a1d6ae55183ab67efa90844820')
+sha256sums=('a8f6a6a0adefc38d5a0f43250f03d3391202f1e5e2ad690e1acac07b497b1019')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"