summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2017-09-30 12:38:53 -0400
committerChris Severance2017-09-30 12:38:53 -0400
commit7e90c74dd8d1d3f848db051e2c755895038c84f6 (patch)
tree5a2d7ada7c9be6591d8ffcd48d7f08bf780addbc /PKGBUILD
parent725f323b106c724eb92663a6e6df95975144f3d4 (diff)
downloadaur-7e90c74dd8d1d3f848db051e2c755895038c84f6.tar.gz
Update to 1.11.162
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"