summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-09-30 12:38:53 -0400
committerChris Severance2017-09-30 12:38:53 -0400
commit7e90c74dd8d1d3f848db051e2c755895038c84f6 (patch)
tree5a2d7ada7c9be6591d8ffcd48d7f08bf780addbc
parent725f323b106c724eb92663a6e6df95975144f3d4 (diff)
downloadaur-7e90c74dd8d1d3f848db051e2c755895038c84f6.tar.gz
Update to 1.11.162
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df6a9f7ac262..98433a72bb03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 16:45:47 UTC 2017
+# Sat Sep 30 16:38:53 UTC 2017
pkgbase = python2-aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services awscli
- pkgver = 1.11.143
+ pkgver = 1.11.162
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -34,11 +34,11 @@ pkgbase = python2-aws-cli
depends = python2-futures
options = !emptydirs
options = !strip
- source = aws-cli-1.11.143.tar.gz::https://github.com/aws/aws-cli/archive/1.11.143.tar.gz
- sha256sums = 82e8461271c06176e24645647fa89e20a97d2b76a450154940962c8e6c0981d5
+ source = aws-cli-1.11.162.tar.gz::https://github.com/aws/aws-cli/archive/1.11.162.tar.gz
+ sha256sums = 2ffbad3aeb1f37f2ea5b842561d0feecf97ef94978d60f001f1eda692a0a63ad
pkgname = python2-aws-cli
- provides = aws-cli=1.11.143
+ provides = aws-cli=1.11.162
conflicts = python-aws-cli
conflicts = python2-aws-cli
conflicts = aws-cli
diff --git a/PKGBUILD b/PKGBUILD
index 83c856dea7f7..25d1d6c8227d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ else
pkgname="${_pyver}-${_pybase}"
_pyverother='python'
fi
-pkgver=1.11.143
+pkgver=1.11.162
# Generally when this version changes, the version of botocore also changes
pkgrel=1
pkgdesc='Universal Command Line Interface for Amazon Web Services awscli'
@@ -87,7 +87,7 @@ depends=("${_pyver}" "${_pydepends[@]}")
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
options=('!emptydirs' '!strip')
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('82e8461271c06176e24645647fa89e20a97d2b76a450154940962c8e6c0981d5')
+sha256sums=('2ffbad3aeb1f37f2ea5b842561d0feecf97ef94978d60f001f1eda692a0a63ad')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"