summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-11-12 20:22:55 -0500
committerChris Severance2019-11-12 20:22:55 -0500
commit521d35bae72c41dc6a027982593de5214dd136b2 (patch)
treed7733aef2c278324ce64e615e0be6a83ef9a6c0c
parentdfabfcf2d231b20e8d4c870710d958935c1c54cc (diff)
downloadaur-521d35bae72c41dc6a027982593de5214dd136b2.tar.gz
autu: Update to 3.15.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea647d43877..5c1db48f5f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun May 26 23:01:13 UTC 2019
+# Wed Nov 13 01:22:55 UTC 2019
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.15.2
+ pkgver = 3.15.3
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.2.tar.gz
- sha256sums = 8478f61fe890c6e0f5a358e878b8851ff982af994eed55a761a6b10739bce973
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.15.3.tar.gz
+ sha256sums = 9950995e348374d5957456a7cc74463e21f6aa0d0b5da539f6bc7e954493b887
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 90e342ebad1c..f69f813060df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybasend="${_pybase//-/}"
-pkgver='3.15.2'
+pkgver='3.15.3'
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=('8478f61fe890c6e0f5a358e878b8851ff982af994eed55a761a6b10739bce973')
+sha256sums=('9950995e348374d5957456a7cc74463e21f6aa0d0b5da539f6bc7e954493b887')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-