summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-12-03 01:08:09 -0500
committerChris Severance2016-12-03 01:08:09 -0500
commit90ec688b71dc01083299611b672270d1d747827e (patch)
tree90bad2b56c27337c6f50a09335fe326b95a4e803
parent6fd87fb4d4ef0779b4046f2740812a11d8c34bf2 (diff)
downloadaur-90ec688b71dc01083299611b672270d1d747827e.tar.gz
Update to 3.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d7b43f0b92..340ed14e3629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Nov 25 04:56:49 UTC 2016
+# Sat Dec 3 06:08:09 UTC 2016
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.8.4
+ pkgver = 3.8.5
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.8.4.tar.gz
- sha256sums = f94a2719252bbe3441831943d90f26a4c1a4f4c9da03f86d5c5ed5f56f46d985
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.8.5.tar.gz
+ sha256sums = e58150bb249f0f90490365b5fd9366e091161a7bde18db0f0e669a47d582c21f
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 2124b81cac24..46cb2836dd1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.8.4'
+pkgver='3.8.5'
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=('f94a2719252bbe3441831943d90f26a4c1a4f4c9da03f86d5c5ed5f56f46d985')
+sha256sums=('e58150bb249f0f90490365b5fd9366e091161a7bde18db0f0e669a47d582c21f')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-