summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-09-30 12:12:45 -0400
committerChris Severance2017-09-30 12:12:45 -0400
commit6130bca3351492c4b4caeeb75668cdbe639e9d61 (patch)
tree90b4047f49b46426b1f55cdea6828fdb13b3ed01
parent6edd09eae06f4c2b3c26557b4fcc08f05b3cc054 (diff)
downloadaur-6130bca3351492c4b4caeeb75668cdbe639e9d61.tar.gz
Update to 3.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab24ced19e4..08676034bcbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 15:17:11 UTC 2017
+# Sat Sep 30 16:12:45 UTC 2017
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.10.6
+ pkgver = 3.11.0
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.10.6.tar.gz
- sha256sums = c13c5012147304e53414f63b243be03c88c4997467717c5ae2dd4add1b67149a
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.11.0.tar.gz
+ sha256sums = f127424bd6314662970ff50b1bf9e1f74ce4e25b30a1dc3ecdd1436b15424314
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index d26674c86c21..99314810041f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.10.6'
+pkgver='3.11.0'
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=('c13c5012147304e53414f63b243be03c88c4997467717c5ae2dd4add1b67149a')
+sha256sums=('f127424bd6314662970ff50b1bf9e1f74ce4e25b30a1dc3ecdd1436b15424314')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-