summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-05-27 22:57:01 -0400
committerChris Severance2016-05-27 22:57:01 -0400
commit2afd587efd6fcf9bb543a27e0c1ad81fa5ce9425 (patch)
treefc693df935e74a5037463d4a23aad38a3ab11df6
parent0f8dc5538e49d25b8a66aa9ae4c721a796cea834 (diff)
downloadaur-2afd587efd6fcf9bb543a27e0c1ad81fa5ce9425.tar.gz
Update to 1.4.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2b33a2bd74..1804f3f80259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 26 17:41:31 UTC 2016
+# Sat May 28 02:56:22 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.23.r2921.g4d6c2e1
+ pkgver = 1.4.24.r2926.gfa7d03d
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.23
+ provides = python-botocore=1.4.24
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index f78635edd778..9e5ec46c64b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.23.r2921.g4d6c2e1
+pkgver=1.4.24.r2926.gfa7d03d
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')