summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-12-03 01:08:03 -0500
committerChris Severance2016-12-03 01:08:03 -0500
commit6ca8ef1e74610096c5bf352a70b5d54451674c5d (patch)
tree6c06c036213339ebfe1eb1e77e0129e5a2ba841f
parent76dd4bb3dd5b47b524657e3bf1fed6aba94d0998 (diff)
downloadaur-6ca8ef1e74610096c5bf352a70b5d54451674c5d.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 e3ac3a3048a9..49b90dd82a5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Nov 25 04:33:55 UTC 2016
+# Sat Dec 3 06:08:02 UTC 2016
pkgbase = 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 = python
makedepends = python-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 = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 69c7d983c7a3..ad47480e0acd 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 @@ _verwatch=("https://pypi.python.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\
# 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-