summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-05 12:54:47 -0500
committerChris Severance2016-03-05 12:54:47 -0500
commite2d1d64c1f36bcba686b69b75f14110bbe943255 (patch)
tree043352c942b752e114734b775a982901a64a4b8a
parent1c4312664373b6451ba5abfc4d07295c2152b286 (diff)
downloadaur-e2d1d64c1f36bcba686b69b75f14110bbe943255.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff6644435cb..c0054eb3f1bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 18:34:03 UTC 2016
+# Sat Mar 5 17:54:47 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.0.r2703.g56dbce5
+ pkgver = 1.4.1.r2721.gb0cde71
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.0
+ provides = python-botocore=1.4.1
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 6e08b36a761a..c1882ecda68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.0.r2703.g56dbce5
+pkgver=1.4.1.r2721.gb0cde71
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=('6bacb3350ec5dfcd472208e3db65304eff55dd932d243bfe540ffd13956df448')
+sha256sums=('d49dd218940611a4e53ffdecc72547ff06810e564b7e7a4e9288a18a4a5afa34')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"