summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-01-17 22:03:25 -0500
committerChris Severance2019-01-17 22:03:25 -0500
commit6ec648a16a52e41febc81706d42fe47a617d649f (patch)
tree162f4dc822340639297c33d22f2b894545c58d57
parent0ce22a005d905be142fcfeb5a80691f1b33bb846 (diff)
downloadaur-6ec648a16a52e41febc81706d42fe47a617d649f.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 5aa2b9408d6c..351224cb98dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 03:12:55 UTC 2018
+# Fri Jan 18 03:03:25 UTC 2019
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.7
+ pkgver = 3.14.9
pkgrel = 1
url = https://pypi.python.org/pypi/awsebcli
arch = any
license = Apache
makedepends = python2
makedepends = python2-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.9.tar.gz
+ sha256sums = 0580093a0df8b02f4ce689932087e4bc1352a674d0137d48f0e6d1745734e5c6
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 9f9dde4c2864..e347ffca5033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.7'
+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 @@ _srcdir="${_pybase}-${pkgver}"
# 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=('0580093a0df8b02f4ce689932087e4bc1352a674d0137d48f0e6d1745734e5c6')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-