summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-06-11 18:06:07 -0400
committerChris Severance2016-06-11 18:06:07 -0400
commitc5393fc3796901174cfda9b4b49ea695b6cff6ab (patch)
treedf4915c712385cf524c402c96ef74eaac44079f8
parenteec5177392c8a6486c100a88351b554c4127e6ec (diff)
downloadaur-c5393fc3796901174cfda9b4b49ea695b6cff6ab.tar.gz
Update to 1.4.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 610beb405c15..e8400e338d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 5 18:52:47 UTC 2016
+# Sat Jun 11 22:05:44 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.25.r2935.gbba7627
+ pkgver = 1.4.27.r2954.g10124d8
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.25
+ provides = python-botocore=1.4.27
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 61a6f6cfeca4..47888415e1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.25.r2935.gbba7627
+pkgver=1.4.27.r2954.g10124d8
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=('86709176a4dea06d994071f83b3858fed061afa03036768d94f18169d3dda011')
+sha256sums=('5806b4ad6732ae1d84535a8619dfb18e86de09c2236191a2102f3fb54c04a02d')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"