summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-05-26 19:01:13 -0400
committerChris Severance2019-05-26 19:01:13 -0400
commitdfabfcf2d231b20e8d4c870710d958935c1c54cc (patch)
treedf06beccab55f622282031f7f51d3526a7aefbb7
parent79a84a8dc1051865c5bc40900673b0f28010009e (diff)
downloadaur-dfabfcf2d231b20e8d4c870710d958935c1c54cc.tar.gz
autu: Update to 3.15.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92237054baa4..4ea647d43877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu May 9 03:21:01 UTC 2019
+# Sun May 26 23:01:13 UTC 2019
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.15.0
+ pkgver = 3.15.2
pkgrel = 1
url = https://pypi.python.org/pypi/awsebcli
arch = any
license = Apache
makedepends = python
makedepends = python-distribute
- source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.15.0.tar.gz
- sha256sums = 579fc405c36a64ac600f186107152beca986bdb18f201b2d830e2119ead658dd
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.15.2.tar.gz
+ sha256sums = 8478f61fe890c6e0f5a358e878b8851ff982af994eed55a761a6b10739bce973
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5070d50b764f..90e342ebad1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybasend="${_pybase//-/}"
-pkgver='3.15.0'
+pkgver='3.15.2'
pkgrel='1'
pkgdesc='The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli'
arch=('any')
@@ -32,7 +32,7 @@ _verwatch=("https://pypi.org/simple/${_pybasend}/" "${_pybasend}-\([0-9\.]\+\)\.
# https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package
# https://bitbucket.org/pypa/pypi/issues/447/direct-links-of-packages-gone
source=("https://files.pythonhosted.org/packages/source/${_pybasend: 0:1}/${_pybasend}/${_pybasend}-${pkgver}.tar.gz")
-sha256sums=('579fc405c36a64ac600f186107152beca986bdb18f201b2d830e2119ead658dd')
+sha256sums=('8478f61fe890c6e0f5a358e878b8851ff982af994eed55a761a6b10739bce973')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-