summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-11-15 21:25:25 -0500
committerChris Severance2017-11-15 21:25:25 -0500
commite525ab606f335fcc37b67ffd974623497a4c79b9 (patch)
treed16c1da946d84fcc59e7a3449526a7c6316577d9
parentf67c3af1e9b9ffcafbb84464f1ab0a2c95706b20 (diff)
downloadaur-e525ab606f335fcc37b67ffd974623497a4c79b9.tar.gz
Update to 3.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f90997b746c..ec37605b7813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Oct 21 20:33:07 UTC 2017
+# Thu Nov 16 02:25:19 UTC 2017
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.0
+ pkgver = 3.12.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.12.0.tar.gz
- sha256sums = 6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.1.tar.gz
+ sha256sums = 7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b
pkgname = python2-aws-eb-cli
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 8c645412e3d8..b0c750ece035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.0'
+pkgver='3.12.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=('6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952')
+sha256sums=('7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-