summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-10-21 19:47:59 -0400
committerChris Severance2017-10-21 19:47:59 -0400
commitf67c3af1e9b9ffcafbb84464f1ab0a2c95706b20 (patch)
treeea13cc2096501fcd9177d651e8c6f0185117a63b
parent6130bca3351492c4b4caeeb75668cdbe639e9d61 (diff)
downloadaur-f67c3af1e9b9ffcafbb84464f1ab0a2c95706b20.tar.gz
Update to 3.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08676034bcbf..7f90997b746c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Sep 30 16:12:45 UTC 2017
+# Sat Oct 21 20:33:07 UTC 2017
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.11.0
+ pkgver = 3.12.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.11.0.tar.gz
- sha256sums = f127424bd6314662970ff50b1bf9e1f74ce4e25b30a1dc3ecdd1436b15424314
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.0.tar.gz
+ sha256sums = 6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 99314810041f..8c645412e3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.11.0'
+pkgver='3.12.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=('f127424bd6314662970ff50b1bf9e1f74ce4e25b30a1dc3ecdd1436b15424314')
+sha256sums=('6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-