summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-02-16 21:43:47 -0500
committerChris Severance2017-02-16 21:43:47 -0500
commit6e315123e569a767068e797cb0d0d716875759a7 (patch)
treee33e8f45587e8046dd8806ec6218657aefa7e5e5
parent6be37b5ceeb12d3ebd2eef83a4c345f11b83f99c (diff)
downloadaur-6e315123e569a767068e797cb0d0d716875759a7.tar.gz
Update to 3.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64835e21cd78..0f18cca35d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Dec 25 03:22:44 UTC 2016
+# Fri Feb 17 02:43:47 UTC 2017
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.9.0
+ pkgver = 3.9.1
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.9.0.tar.gz
- sha256sums = 6aad6ee6fa20ec72389e6617ddd35dcd264a2fa14d001e6fb5693e648ea530b0
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.9.1.tar.gz
+ sha256sums = cbcb086eb6e2ab54967db7c9137cd53d3a01ca999c10ef86f42e58d44381b14d
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index e3a6443a74e1..9f4a07e33bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.9.0'
+pkgver='3.9.1'
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=('6aad6ee6fa20ec72389e6617ddd35dcd264a2fa14d001e6fb5693e648ea530b0')
+sha256sums=('cbcb086eb6e2ab54967db7c9137cd53d3a01ca999c10ef86f42e58d44381b14d')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-