summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-13 16:15:45 -0400
committerChris Severance2016-03-13 16:15:45 -0400
commit26358b1e227fb64326aaa1dcdb4d4d816986c1b7 (patch)
treedf26bbd1de497d9e81bc1009243049f1096178be
parentcbc08c14a08a6b2611bdeacc52cffefc12f7ffac (diff)
downloadaur-26358b1e227fb64326aaa1dcdb4d4d816986c1b7.tar.gz
Update to 1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d07b3d15c3c1..af5de897cd7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 06:09:23 UTC 2016
+# Sun Mar 13 20:15:45 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.2.r2728.g31e81df
+ pkgver = 1.4.3.r2736.g854d3e5
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.2
+ provides = python-botocore=1.4.3
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index cad9b587bca5..bf664f8d856b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.2.r2728.g31e81df
+pkgver=1.4.3.r2736.g854d3e5
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=('e7548f77936ca914afafcc7a71731d3721b3bb86cedd542a58e978d35db14d67')
+sha256sums=('311c40b84e5bbf70ae13dad81ce1f36466a76c8f8ce472d84fc72f5d41aaf019')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"