summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-02-16 21:54:35 -0500
committerChris Severance2017-02-16 21:54:35 -0500
commit52c271a10a40a3b5ee2db10b4d1c68fd3276d65e (patch)
tree0aa198c8cdfb0c15e0f892dd405b32108206f48d
parente24eec35783472e9a1fcb2b9dc27db584173e36e (diff)
downloadaur-52c271a10a40a3b5ee2db10b4d1c68fd3276d65e.tar.gz
Update to 1.11.50
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b895eb2d3983..f52852e81059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 18:03:37 UTC 2017
+# Fri Feb 17 02:52:49 UTC 2017
pkgbase = python2-aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services awscli
- pkgver = 1.11.37
+ pkgver = 1.11.50
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.37.tar.gz::https://github.com/aws/aws-cli/archive/1.11.37.tar.gz
- sha256sums = 630d67bb349bfe6ef522c4b61a83ac65b964148cc1b382a026af6e102213adc8
+ source = aws-cli-1.11.50.tar.gz::https://github.com/aws/aws-cli/archive/1.11.50.tar.gz
+ sha256sums = 38b66340ee03bafbf942e6ee4d14eef40da45778520040ebc0fc591313171694
pkgname = python2-aws-cli
- provides = aws-cli=1.11.37
+ provides = aws-cli=1.11.50
conflicts = python-aws-cli
conflicts = python2-aws-cli
conflicts = aws-cli
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}"