summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-06-11 00:49:57 -0400
committerChris Severance2017-06-11 00:49:57 -0400
commit9dbb85bbcd5988d5562086712a81bbab5fec5d95 (patch)
tree6a4343e3134a5f080805b630cf4bfd0a4f2b351b
parent53823ef6a986973c3c55b94db49eead709f21e29 (diff)
downloadaur-9dbb85bbcd5988d5562086712a81bbab5fec5d95.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 24c78d114d70..e422043cc615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 17:15:38 UTC 2017
+# Sun Jun 11 04:49:57 UTC 2017
pkgbase = python2-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 = python2
makedepends = python2-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 = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 43c1744f4eb7..b8fc74e64144 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 @@ _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=('655cceec51801415698d789d9956977bdb2037da29c6535b4952cf57a2cb3001')
+sha256sums=('c936ea6e925e5018bc0438b8ce150a765ad8769d25c8f414efef8949241921fa')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-