summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2017-02-16 21:54:35 -0500
committerChris Severance2017-02-16 21:54:35 -0500
commit52c271a10a40a3b5ee2db10b4d1c68fd3276d65e (patch)
tree0aa198c8cdfb0c15e0f892dd405b32108206f48d /PKGBUILD
parente24eec35783472e9a1fcb2b9dc27db584173e36e (diff)
downloadaur-52c271a10a40a3b5ee2db10b4d1c68fd3276d65e.tar.gz
Update to 1.11.50
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4624f0d7b59..4d0d8dfc5e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ else
pkgname="${_pyver}-${_pybase}"
_pyverother='python'
fi
-pkgver=1.11.37
+pkgver=1.11.50
# 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=('630d67bb349bfe6ef522c4b61a83ac65b964148cc1b382a026af6e102213adc8')
+sha256sums=('38b66340ee03bafbf942e6ee4d14eef40da45778520040ebc0fc591313171694')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"