summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-04-27 10:40:20 -0400
committerChris Severance2016-04-27 10:40:20 -0400
commit3fc20e4fb516db7e17a0e1ad608c81f5d0d00845 (patch)
treeb2ae3dc27be897a8bf8ea642f360528668a0264b
parent2ce71d520d086c9ba5b49128631da4ea3036d376 (diff)
downloadaur-3fc20e4fb516db7e17a0e1ad608c81f5d0d00845.tar.gz
Update to 1.4.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea04bc5d5fbe..72be2b9fb071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 13:36:22 UTC 2016
+# Wed Apr 27 14:40:20 UTC 2016
pkgbase = python2-botocore
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.13
+ pkgver = 1.4.14
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -27,8 +27,8 @@ pkgbase = python2-botocore
depends = python2-guzzle-sphinx-theme<0.8
depends = python2-behave>=1.2.5
options = !strip
- source = botocore-1.4.13.tar.gz::https://github.com/boto/botocore/archive/1.4.13.tar.gz
- sha256sums = bf9bc044dd5c319a905f9c231a05859abf0177ab43bef886390943b280a152c1
+ source = botocore-1.4.14.tar.gz::https://github.com/boto/botocore/archive/1.4.14.tar.gz
+ sha256sums = 514f5a6fc8b5ba1b54d17c442747e3081cc7f40e013a16abbd6e425fc7f20ccb
pkgname = python2-botocore
diff --git a/PKGBUILD b/PKGBUILD
index 3e78389d0421..a96bf469cc7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python2"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}"
-pkgver=1.4.13
+pkgver=1.4.14
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=('bf9bc044dd5c319a905f9c231a05859abf0177ab43bef886390943b280a152c1')
+sha256sums=('514f5a6fc8b5ba1b54d17c442747e3081cc7f40e013a16abbd6e425fc7f20ccb')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"