summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-12-24 22:22:29 -0500
committerChris Severance2016-12-24 22:22:29 -0500
commit80ee5be894bff5486e0ee2ffdf531b87f7ee6943 (patch)
tree8e93bf72a2f3ec8a0691ed1ac5bc0b0745282fb1
parentf3a7984aac3ce15f68ef1d735c8235623be32b0e (diff)
downloadaur-80ee5be894bff5486e0ee2ffdf531b87f7ee6943.tar.gz
Update to 3.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deb27e037aaf..b99cb8a4517f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 19:48:32 UTC 2016
+# Sun Dec 25 03:22:22 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.8.8
+ pkgver = 3.9.0
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.8.8.tar.gz
- sha256sums = c10bb3a1144fcb56e7ff3150ac7e4a1bf2c147e4ef6f0fa05b2bb3e6799b21fa
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.9.0.tar.gz
+ sha256sums = 6aad6ee6fa20ec72389e6617ddd35dcd264a2fa14d001e6fb5693e648ea530b0
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ac9c12e67f7b..78e44ef122bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.8.8'
+pkgver='3.9.0'
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=('c10bb3a1144fcb56e7ff3150ac7e4a1bf2c147e4ef6f0fa05b2bb3e6799b21fa')
+sha256sums=('6aad6ee6fa20ec72389e6617ddd35dcd264a2fa14d001e6fb5693e648ea530b0')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-