summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-10 01:09:23 -0500
committerChris Severance2016-03-10 01:09:23 -0500
commitcbc08c14a08a6b2611bdeacc52cffefc12f7ffac (patch)
tree0b2d18b92574c3904622346d722c4030ca9c8741
parente2d1d64c1f36bcba686b69b75f14110bbe943255 (diff)
downloadaur-cbc08c14a08a6b2611bdeacc52cffefc12f7ffac.tar.gz
Update to 1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0054eb3f1bb..d07b3d15c3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 17:54:47 UTC 2016
+# Thu Mar 10 06:09:23 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.1.r2721.gb0cde71
+ pkgver = 1.4.2.r2728.g31e81df
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.4.1
+ provides = python-botocore=1.4.2
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index c1882ecda68f..cad9b587bca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.1.r2721.gb0cde71
+pkgver=1.4.2.r2728.g31e81df
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=('d49dd218940611a4e53ffdecc72547ff06810e564b7e7a4e9288a18a4a5afa34')
+sha256sums=('e7548f77936ca914afafcc7a71731d3721b3bb86cedd542a58e978d35db14d67')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"