summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-12-08 22:12:55 -0500
committerChris Severance2018-12-08 22:12:55 -0500
commit0ce22a005d905be142fcfeb5a80691f1b33bb846 (patch)
treecbebecd385302f95e8084c690e3c94cbde7fed7e
parent8ac89248264f6b701a231ea124a7c7774339e247 (diff)
downloadaur-0ce22a005d905be142fcfeb5a80691f1b33bb846.tar.gz
Update to 3.14.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7dc2098f33..5aa2b9408d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 20 16:31:46 UTC 2018
+# Sun Dec 9 03:12:55 UTC 2018
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.6
+ pkgver = 3.14.7
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.6.tar.gz
- sha256sums = b2dff9efbd83979b8050a95803eb88b0902660d926eae31e3a0bfe0836c2d318
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.14.7.tar.gz
+ sha256sums = 1df47d4fe1e5988cf2a95702931c2df27ed682287cf4067da4a9254dd0a883a7
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index f0c56c383c03..9f9dde4c2864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.6'
+pkgver='3.14.7'
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=('b2dff9efbd83979b8050a95803eb88b0902660d926eae31e3a0bfe0836c2d318')
+sha256sums=('1df47d4fe1e5988cf2a95702931c2df27ed682287cf4067da4a9254dd0a883a7')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-