summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-06-28 12:37:04 -0400
committerChris Severance2017-06-28 12:37:04 -0400
commit5037a07fc2e5c2da17a6b9ee29d56f01c1480858 (patch)
tree08b5ca14795c645c3db21bf6754196b6f533d597
parentc3e79f62400c101ed6fd8b618a0a8228175de5d2 (diff)
downloadaur-5037a07fc2e5c2da17a6b9ee29d56f01c1480858.tar.gz
Update to 3.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad01e4f31d8d..c062f81fb56f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jun 11 04:49:50 UTC 2017
+# Wed Jun 28 16:37:04 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.2
+ pkgver = 3.10.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.10.2.tar.gz
- sha256sums = c936ea6e925e5018bc0438b8ce150a765ad8769d25c8f414efef8949241921fa
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.10.3.tar.gz
+ sha256sums = 228a04205f9705a5d5dbe1df6f8e75dcb9ea6ebe366e892f7767dd56d633c1db
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 2fa0c061e297..8bdb14bfef35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.2'
+pkgver='3.10.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=('c936ea6e925e5018bc0438b8ce150a765ad8769d25c8f414efef8949241921fa')
+sha256sums=('228a04205f9705a5d5dbe1df6f8e75dcb9ea6ebe366e892f7767dd56d633c1db')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-