summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-18 20:50:30 -0500
committerChris Severance2018-02-18 20:50:30 -0500
commitbe9f543499708dbb4309dd0c674d23abf1bd639b (patch)
treea022a94a79571ab201cd316409e3340a6e6c27f8
parentedfad51cc6291e7f22d7c7ee1b285024cdb44516 (diff)
downloadaur-be9f543499708dbb4309dd0c674d23abf1bd639b.tar.gz
Update to 3.12.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f055416790..5eaaa0596f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 22:53:42 UTC 2018
+# Mon Feb 19 01:50:30 UTC 2018
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.2
+ pkgver = 3.12.3
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.12.2.tar.gz
- sha256sums = 505e613678c0d1c477d7d8051f0db16082f7b6c2eb230c2ece6560ef06e94fa7
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.3.tar.gz
+ sha256sums = e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 40f00d0f74e0..3c4f43732b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.2'
+pkgver='3.12.3'
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=('505e613678c0d1c477d7d8051f0db16082f7b6c2eb230c2ece6560ef06e94fa7')
+sha256sums=('e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-