summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-09-27 19:20:51 -0400
committerChris Severance2019-09-27 19:20:51 -0400
commit7ce864cbb39d6139071a94dd889384aafd040b6b (patch)
tree9b90b6d34bbbad4082562fab4dc0872e194b74fc
parent0c38e41cc5c06d12493a1a293ca1837ea45cac83 (diff)
downloadaur-7ce864cbb39d6139071a94dd889384aafd040b6b.tar.gz
Update to 1.16.248
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2c0ba6e74a..5c666254fc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 26 23:08:39 UTC 2019
+# Fri Sep 27 23:20:51 UTC 2019
pkgbase = python2-aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services awscli
- pkgver = 1.16.166
+ pkgver = 1.16.248
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -32,11 +32,11 @@ pkgbase = python2-aws-cli
depends = python2-futures
options = !emptydirs
options = !strip
- source = aws-cli-1.16.166.tar.gz::https://github.com/aws/aws-cli/archive/1.16.166.tar.gz
- sha256sums = eb1e9b80c1380f06ea5e01ebbe5759f2184f60435735b54273c7576cdc7e22c2
+ source = aws-cli-1.16.248.tar.gz::https://github.com/aws/aws-cli/archive/1.16.248.tar.gz
+ sha256sums = 000bc49d5bbab420fae22ef5f9d7732e4e834e08e240e32fa1357809b06c61b4
pkgname = python2-aws-cli
- provides = aws-cli=1.16.166
+ provides = aws-cli=1.16.248
conflicts = python-aws-cli
conflicts = python2-aws-cli
conflicts = aws-cli
diff --git a/PKGBUILD b/PKGBUILD
index d4ee0b641f44..3c3cc1a2e884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ else
pkgname="${_pyver}-${_pybase}"
_pyverother='python'
fi
-pkgver=1.16.166
+pkgver=1.16.248
# Generally when this version changes, the version of botocore also changes
pkgrel=1
pkgdesc='Universal Command Line Interface for Amazon Web Services awscli'
@@ -89,7 +89,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=('eb1e9b80c1380f06ea5e01ebbe5759f2184f60435735b54273c7576cdc7e22c2')
+sha256sums=('000bc49d5bbab420fae22ef5f9d7732e4e834e08e240e32fa1357809b06c61b4')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"