summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-16 13:27:03 -0400
committerChris Severance2016-10-16 13:27:03 -0400
commit34d4ca406939cb1f684a7e5c5f6c63351e367a52 (patch)
tree46bfc3fddec0f4724ffc4ae0b212b0f88af73699
parentd065089f287b49983965387e665249d598ea80cd (diff)
downloadaur-34d4ca406939cb1f684a7e5c5f6c63351e367a52.tar.gz
Update to 3.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0345a360c11..69ee5678d26c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 15:36:59 UTC 2016
+# Sun Oct 16 17:26:37 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.7.8
+ pkgver = 3.8.1
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.7.8.tar.gz
- sha256sums = 03fb33b4951fdef3f4c1e4dd89ed9f97ae049d6bc6a5568f0e987cfacdfedae3
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.8.1.tar.gz
+ sha256sums = 9bd5a6cd1068858596f987b1bc5392a9781e1d975661241c5e494594759d2d5c
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c2c666ff75e8..a173b73af272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.7.8'
+pkgver='3.8.1'
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=('03fb33b4951fdef3f4c1e4dd89ed9f97ae049d6bc6a5568f0e987cfacdfedae3')
+sha256sums=('9bd5a6cd1068858596f987b1bc5392a9781e1d975661241c5e494594759d2d5c')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-