summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-04-25 09:36:18 -0400
committerChris Severance2016-04-25 09:36:18 -0400
commit2b832af2ac2825425d566e19f5646db711c4432e (patch)
treed83c13fccc307ca0802e4a05046c7e094cc2ad86
parentf95f0044c4f619541bb4c1e74cbdefbd89e122e3 (diff)
downloadaur-2b832af2ac2825425d566e19f5646db711c4432e.tar.gz
Update to 1.4.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ffc03a8cd9..46675d021827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 02:40:51 UTC 2016
+# Mon Apr 25 13:36:18 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.11.r2826.ga9259e1
+ pkgver = 1.4.13.r2852.g9fb2e4b
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.11
+ provides = python-botocore=1.4.13
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 9ee8150a2808..d5f1fb48591c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.11.r2826.ga9259e1
+pkgver=1.4.13.r2852.g9fb2e4b
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=('0e7040fe6b27cb2d6206f5ddbdd90253b9c304fff8d26cd3661ed2253e87848c')
+sha256sums=('bf9bc044dd5c319a905f9c231a05859abf0177ab43bef886390943b280a152c1')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"