summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-12-21 23:26:06 -0500
committerChris Severance2015-12-21 23:26:06 -0500
commit2bfb0de95282bfd28320c2388d3f7dc70f239f4e (patch)
treecca3433e86c489769574d8d31d41e797fa040751
parent2f5042ea33ea59ba1d47abe072c4a821a5e76922 (diff)
downloadaur-2bfb0de95282bfd28320c2388d3f7dc70f239f4e.tar.gz
Update to 1.3.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477ff17469b5..a5dd47f0cbca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 23:16:04 UTC 2015
+# Tue Dec 22 04:26:06 UTC 2015
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.14.r2491.g095fa17
+ pkgver = 1.3.15.r2499.g80fda09
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.14
+ provides = python-botocore=1.3.15
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 4f742e1b2252..05f1190ffc50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.14.r2491.g095fa17
+pkgver=1.3.15.r2499.g80fda09
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')
@@ -67,7 +67,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=('84b25ac0cfd59fff591b6f33b20240b0a34b441d2fc0796a26c0de8d7fc8b9b2')
+sha256sums=('640e1c7f6601f289def81c032983ba71b042a6224c16f4ceb9a51d05cd3dc375')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"