summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-07-06 00:32:17 -0400
committerChris Severance2016-07-06 00:32:17 -0400
commit4f0a94a92079def2ae62abbff712f9b26fd15777 (patch)
treec2559b5d7423393c2dab2be206f4e0788947e580
parentbd830645d6aa53e7a93a92b2cd074fd73ff8e315 (diff)
downloadaur-4f0a94a92079def2ae62abbff712f9b26fd15777.tar.gz
Update to 1.4.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8390b3a7422d..6cab24760e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 15:47:12 UTC 2016
+# Wed Jul 6 04:30:17 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.34.r3007.g07c7053
+ pkgver = 1.4.35.r3010.g26e07f0
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.34
+ provides = python-botocore=1.4.35
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index f6657c1e8e32..cd6fed50a731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.34.r3007.g07c7053
+pkgver=1.4.35.r3010.g26e07f0
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=('ee34424a84544c928a204ca918a65e3b996a0fc737ac99a4f0fb5798ed7d69af')
+sha256sums=('62b27bd3e598571798301bf0bad4802b91a1971a3376aa6a7e46d0f832c913b4')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"