summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-08-30 22:25:56 -0400
committerChris Severance2018-08-30 22:25:56 -0400
commit292dd56038e636b174e459c3f3e75d9fce19211c (patch)
treef31aa6c8afae3622237db50422fbbd247dbee14f
parente4562830a3cabf4810f905925db3e9e0c975eae5 (diff)
downloadaur-292dd56038e636b174e459c3f3e75d9fce19211c.tar.gz
autu: Update to 3.14.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baae6307e949..6f3cef63b97d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jul 20 00:37:29 UTC 2018
+# Fri Aug 31 02:25:56 UTC 2018
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.3
+ pkgver = 3.14.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.14.3.tar.gz
- sha256sums = ea9659c1a98e44f75b143ef9eaf0e46420a82916ba02b0f81158da59d80e4e32
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.14.4.tar.gz
+ sha256sums = 197dc510f249ecd762fd5b09c0405b15740620b90cb310af823307c67bcc4cd1
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 2d0f98843fda..18610075488e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.3'
+pkgver='3.14.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.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\
# 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=('ea9659c1a98e44f75b143ef9eaf0e46420a82916ba02b0f81158da59d80e4e32')
+sha256sums=('197dc510f249ecd762fd5b09c0405b15740620b90cb310af823307c67bcc4cd1')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-