summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-13 11:34:38 -0500
committerChris Severance2016-01-13 11:34:38 -0500
commit994a0d4d64fb8d5ea830da87d7b41494a10c9509 (patch)
tree35d7873ce4c9a27c9155e4e881fee75835e3e31a
parent8e7b28661f9194d18e7b4928223908083c60d437 (diff)
downloadaur-994a0d4d64fb8d5ea830da87d7b41494a10c9509.tar.gz
Update to 1.3.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0336bcf153ab..b61f6914d73a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 18:49:49 UTC 2016
+# Wed Jan 13 16:34:38 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.3.17.r2514.g823c24e
+ pkgver = 1.3.18.r2519.g6a4e55d
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -26,7 +26,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.3.17
+ provides = python-botocore=1.3.18
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index f3923ea04485..efe7153b8234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.17.r2514.g823c24e
+pkgver=1.3.18.r2519.g6a4e55d
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=('17bde260bd1de5c181e6bf847efdd7d8c74b226eb0660dbc1dcaf46a011fb838')
+sha256sums=('d301c612c2efb4dd71d21a4e71034c13b8b07faf1c60ee401fcd0c8d068e5d52')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"