summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-07-26 12:56:27 -0400
committerChris Severance2017-07-26 12:56:27 -0400
commitb2d6e135ef8c316fed9232ee6948a4b34ae2806b (patch)
treea0803b9fa31cb1eb633c2643035f5643f2508736
parent5037a07fc2e5c2da17a6b9ee29d56f01c1480858 (diff)
downloadaur-b2d6e135ef8c316fed9232ee6948a4b34ae2806b.tar.gz
Update to 3.10.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c062f81fb56f..74ad647b4c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 16:37:04 UTC 2017
+# Wed Jul 26 16:56:16 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.3
+ pkgver = 3.10.4
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.3.tar.gz
- sha256sums = 228a04205f9705a5d5dbe1df6f8e75dcb9ea6ebe366e892f7767dd56d633c1db
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.10.4.tar.gz
+ sha256sums = 4d73464d123076e1a86d4aef69ea72fc5ce888e2dec6ff28533e19d1f5482431
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 8bdb14bfef35..5d2d603b0121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.3'
+pkgver='3.10.4'
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=('228a04205f9705a5d5dbe1df6f8e75dcb9ea6ebe366e892f7767dd56d633c1db')
+sha256sums=('4d73464d123076e1a86d4aef69ea72fc5ce888e2dec6ff28533e19d1f5482431')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-