summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-04-04 13:15:30 -0400
committerChris Severance2017-04-04 13:15:30 -0400
commit2c2a3b79300b0e5742e0c3746171347630fe76ad (patch)
treec5f9885c061f2952aa3be847dcb903dfa64d9997
parent327bc7dca54acffc042f751c28f19dfbfa79d8cb (diff)
downloadaur-2c2a3b79300b0e5742e0c3746171347630fe76ad.tar.gz
Update to 3.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ec25db4fe4..e2de6fe7755e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Feb 23 16:32:03 UTC 2017
+# Tue Apr 4 17:15:28 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.0
+ pkgver = 3.10.1
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.0.tar.gz
- sha256sums = 4977ef3baf50784eb29987451a95c300e62b542b56516af9391035dc9a749b6a
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.10.1.tar.gz
+ sha256sums = 655cceec51801415698d789d9956977bdb2037da29c6535b4952cf57a2cb3001
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b9a90273562d..f5562f8aaafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.0'
+pkgver='3.10.1'
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=('4977ef3baf50784eb29987451a95c300e62b542b56516af9391035dc9a749b6a')
+sha256sums=('655cceec51801415698d789d9956977bdb2037da29c6535b4952cf57a2cb3001')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-