summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-11 04:14:11 -0500
committerChris Severance2016-01-11 04:14:11 -0500
commit4ee161e9045df29094c0284655f66d51c3fdcb46 (patch)
treebe394b9c2f8443653ac51995bf964af87b6ef854
parent2e875ae94c74dac710cf98f85647c4cd3ee7362a (diff)
downloadaur-4ee161e9045df29094c0284655f66d51c3fdcb46.tar.gz
Update to 3.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6fa6a64a8e..856bf237e3f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 18:22:20 UTC 2015
+# Mon Jan 11 09:13:34 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.6.2
+ pkgver = 3.7.2
pkgrel = 1
url = https://pypi.python.org/pypi/awsebcli
arch = any
license = Apache
makedepends = python
makedepends = python-distribute
- source = https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.6.2.tar.gz
- sha256sums = 4b98ab1b2bc26c947363bf982662f83d2e0f5ddacd845e5160426cf75cbdc521
+ source = https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.7.2.tar.gz
+ sha256sums = 22e7b4ce7b85d5a2deef86903f0bf7763121b27f55cbcda1d79c752007ffe36c
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5a4f20c9035a..604d81ba4685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.6.2'
+pkgver='3.7.2'
pkgrel='1'
pkgdesc='The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli'
arch=('any')
@@ -30,7 +30,7 @@ makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
_srcdir="${_pybase}-${pkgver}"
_verwatch=("https://pypi.python.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\.gz" 't')
source=("https://pypi.python.org/packages/source/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
-sha256sums=('4b98ab1b2bc26c947363bf982662f83d2e0f5ddacd845e5160426cf75cbdc521')
+sha256sums=('22e7b4ce7b85d5a2deef86903f0bf7763121b27f55cbcda1d79c752007ffe36c')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-