summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-19 15:58:41 -0400
committerChris Severance2016-10-19 15:58:41 -0400
commit8763de59e81a24cec698544b4f91ded40c47582f (patch)
tree88ee9857e7cf4f8ab90a4dd3348e17fea8690c76
parent34d4ca406939cb1f684a7e5c5f6c63351e367a52 (diff)
downloadaur-8763de59e81a24cec698544b4f91ded40c47582f.tar.gz
Update to 3.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ee5678d26c..6073bcfedc01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Oct 16 17:26:37 UTC 2016
+# Wed Oct 19 19:58:41 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.8.1
+ pkgver = 3.8.3
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.1.tar.gz
- sha256sums = 9bd5a6cd1068858596f987b1bc5392a9781e1d975661241c5e494594759d2d5c
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.8.3.tar.gz
+ sha256sums = 35cc565a9d7ff8a2402e8fc2b86a9af0979ad1231b646b0871f7aed8c285bba4
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a173b73af272..fd96cde83643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.8.1'
+pkgver='3.8.3'
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=('9bd5a6cd1068858596f987b1bc5392a9781e1d975661241c5e494594759d2d5c')
+sha256sums=('35cc565a9d7ff8a2402e8fc2b86a9af0979ad1231b646b0871f7aed8c285bba4')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-