summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-07-29 13:50:29 -0400
committerChris Severance2017-07-29 13:50:29 -0400
commit46ed29656132fb3e52161c1993aeb57b9e7c00bb (patch)
treea1b3dfa1bc46a79d7dc01d0c52aae1d694b50496
parentb2d6e135ef8c316fed9232ee6948a4b34ae2806b (diff)
downloadaur-46ed29656132fb3e52161c1993aeb57b9e7c00bb.tar.gz
Update to 3.10.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74ad647b4c6a..78d87025669e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jul 26 16:56:16 UTC 2017
+# Sat Jul 29 17:50:29 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.4
+ pkgver = 3.10.5
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.4.tar.gz
- sha256sums = 4d73464d123076e1a86d4aef69ea72fc5ce888e2dec6ff28533e19d1f5482431
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.10.5.tar.gz
+ sha256sums = 96db3eb9fec6c0cd359ef38767c11c6eaa94e0cb8653e4da56765c489df8a3bc
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5d2d603b0121..80401c49a382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.4'
+pkgver='3.10.5'
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=('4d73464d123076e1a86d4aef69ea72fc5ce888e2dec6ff28533e19d1f5482431')
+sha256sums=('96db3eb9fec6c0cd359ef38767c11c6eaa94e0cb8653e4da56765c489df8a3bc')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-