summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-08-24 11:36:59 -0400
committerChris Severance2016-08-24 11:36:59 -0400
commitd065089f287b49983965387e665249d598ea80cd (patch)
treeffa67bdcd663287bf974faf3ad4bd3125abd07d4
parentbedc2b90fcbde8b7d6f1ddef80cbe20c4dda409f (diff)
downloadaur-d065089f287b49983965387e665249d598ea80cd.tar.gz
Update to 3.7.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda117c8fa10..a0345a360c11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jun 28 19:01:27 UTC 2016
+# Wed Aug 24 15:36:59 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.7.7
+ pkgver = 3.7.8
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.7.tar.gz
- sha256sums = 23f0ada9644cea1d64260de6f185a8c5daa4e0b1db65821572d35c648f3778af
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.7.8.tar.gz
+ sha256sums = 03fb33b4951fdef3f4c1e4dd89ed9f97ae049d6bc6a5568f0e987cfacdfedae3
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 0345c4240936..c2c666ff75e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.7.7'
+pkgver='3.7.8'
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=('23f0ada9644cea1d64260de6f185a8c5daa4e0b1db65821572d35c648f3778af')
+sha256sums=('03fb33b4951fdef3f4c1e4dd89ed9f97ae049d6bc6a5568f0e987cfacdfedae3')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-