summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-12-24 01:23:25 -0500
committerChris Severance2018-12-24 01:23:25 -0500
commit53dc8c00600567f180418ddad4385ce5ed24e7fe (patch)
tree490d8860e5069dc056b06253a02f4af1fae455dc
parentb174f32b5bc555cd3ecc14bfb9d903b898c8e28d (diff)
downloadaur-53dc8c00600567f180418ddad4385ce5ed24e7fe.tar.gz
autu: Update to 3.14.8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5596fccfc50d..19dd130f271b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 03:12:48 UTC 2018
+# Mon Dec 24 06:23:24 UTC 2018
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.7
+ pkgver = 3.14.8
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.14.7.tar.gz
- sha256sums = 1df47d4fe1e5988cf2a95702931c2df27ed682287cf4067da4a9254dd0a883a7
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.14.8.tar.gz
+ sha256sums = 2b23e49903ee78480b4cb0d064be5405ed21e5ab371146f298803998814bb73b
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9594644e5973..0ca22b8e8d76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.7'
+pkgver='3.14.8'
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/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\
# 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/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
-sha256sums=('1df47d4fe1e5988cf2a95702931c2df27ed682287cf4067da4a9254dd0a883a7')
+sha256sums=('2b23e49903ee78480b4cb0d064be5405ed21e5ab371146f298803998814bb73b')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-