summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-19 15:58:46 -0400
committerChris Severance2016-10-19 15:58:46 -0400
commit2b0d05d7d9a61ce84e1297112c1aa3d27931a415 (patch)
treeaeb7187cec7d5c046264774d0d881a801a9b1fc9
parentc97114ff9c3f9bee85de91df503f04d84e534f0b (diff)
downloadaur-2b0d05d7d9a61ce84e1297112c1aa3d27931a415.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 b6cc97e0f34a..625babc11ca5 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:46 UTC 2016
pkgbase = python2-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 = python2
makedepends = python2-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 = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 4fbffdbe0f2e..1d3359161043 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 @@ _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=('9bd5a6cd1068858596f987b1bc5392a9781e1d975661241c5e494594759d2d5c')
+sha256sums=('35cc565a9d7ff8a2402e8fc2b86a9af0979ad1231b646b0871f7aed8c285bba4')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-