summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-01-17 22:03:19 -0500
committerChris Severance2019-01-17 22:03:19 -0500
commitcde59a7978334b318b52f012a77e9d1f367a9cbe (patch)
treea1f2371c5df22aff89b73a0c442e974f1aa8ad68
parent53dc8c00600567f180418ddad4385ce5ed24e7fe (diff)
downloadaur-cde59a7978334b318b52f012a77e9d1f367a9cbe.tar.gz
Update to 3.14.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19dd130f271b..30465dfda7bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Dec 24 06:23:24 UTC 2018
+# Fri Jan 18 03:03:19 UTC 2019
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.8
+ pkgver = 3.14.9
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.8.tar.gz
- sha256sums = 2b23e49903ee78480b4cb0d064be5405ed21e5ab371146f298803998814bb73b
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.14.9.tar.gz
+ sha256sums = 0580093a0df8b02f4ce689932087e4bc1352a674d0137d48f0e6d1745734e5c6
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 0ca22b8e8d76..445a9902b149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.8'
+pkgver='3.14.9'
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=('2b23e49903ee78480b4cb0d064be5405ed21e5ab371146f298803998814bb73b')
+sha256sums=('0580093a0df8b02f4ce689932087e4bc1352a674d0137d48f0e6d1745734e5c6')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-