summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-03-08 18:33:43 -0500
committerChris Severance2018-03-08 18:33:43 -0500
commit3b44cfd0bc2b70da9978ff14bcc8fec3ab0eca69 (patch)
tree5befd0f5249d6bab9df6959ed6b663b6018b7598
parentbe9f543499708dbb4309dd0c674d23abf1bd639b (diff)
downloadaur-3b44cfd0bc2b70da9978ff14bcc8fec3ab0eca69.tar.gz
Update to 3.12.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eaaa0596f4c..5a69f0e370a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 01:50:30 UTC 2018
+# Thu Mar 8 23:33:43 UTC 2018
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.3
+ pkgver = 3.12.4
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.3.tar.gz
- sha256sums = e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.4.tar.gz
+ sha256sums = 86ca33bad0d20f4fcd3d967ede405d040080849675cd26491ef42df17d7f0d89
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3c4f43732b0d..620b51a7377a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.3'
+pkgver='3.12.4'
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=('e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a')
+sha256sums=('86ca33bad0d20f4fcd3d967ede405d040080849675cd26491ef42df17d7f0d89')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-