summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-06-11 00:49:50 -0400
committerChris Severance2017-06-11 00:49:50 -0400
commitc3e79f62400c101ed6fd8b618a0a8228175de5d2 (patch)
tree441e5d521f74f67d5566e9ec6fd074d1839811b6
parent2c2a3b79300b0e5742e0c3746171347630fe76ad (diff)
downloadaur-c3e79f62400c101ed6fd8b618a0a8228175de5d2.tar.gz
Update to 3.10.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2de6fe7755e..ad01e4f31d8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 17:15:28 UTC 2017
+# Sun Jun 11 04:49:50 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.1
+ pkgver = 3.10.2
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.1.tar.gz
- sha256sums = 655cceec51801415698d789d9956977bdb2037da29c6535b4952cf57a2cb3001
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.10.2.tar.gz
+ sha256sums = c936ea6e925e5018bc0438b8ce150a765ad8769d25c8f414efef8949241921fa
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f5562f8aaafb..2fa0c061e297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.1'
+pkgver='3.10.2'
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=('655cceec51801415698d789d9956977bdb2037da29c6535b4952cf57a2cb3001')
+sha256sums=('c936ea6e925e5018bc0438b8ce150a765ad8769d25c8f414efef8949241921fa')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-