summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-11-24 23:34:16 -0500
committerChris Severance2016-11-24 23:34:16 -0500
commit76dd4bb3dd5b47b524657e3bf1fed6aba94d0998 (patch)
treea0d05d284be3bf61c38175fe080664917359400f
parent8763de59e81a24cec698544b4f91ded40c47582f (diff)
downloadaur-76dd4bb3dd5b47b524657e3bf1fed6aba94d0998.tar.gz
Update to 3.8.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6073bcfedc01..e3ac3a3048a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 19:58:41 UTC 2016
+# Fri Nov 25 04:33:55 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.8.3
+ pkgver = 3.8.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.8.3.tar.gz
- sha256sums = 35cc565a9d7ff8a2402e8fc2b86a9af0979ad1231b646b0871f7aed8c285bba4
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.8.4.tar.gz
+ sha256sums = f94a2719252bbe3441831943d90f26a4c1a4f4c9da03f86d5c5ed5f56f46d985
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index fd96cde83643..69c7d983c7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.8.3'
+pkgver='3.8.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=('35cc565a9d7ff8a2402e8fc2b86a9af0979ad1231b646b0871f7aed8c285bba4')
+sha256sums=('f94a2719252bbe3441831943d90f26a4c1a4f4c9da03f86d5c5ed5f56f46d985')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-