summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-29 03:30:13 -0500
committerChris Severance2016-01-29 03:30:13 -0500
commit86afd2204e6609f6ce48275241e2e2a720279cac (patch)
tree36ed930d6db8a2027422880f235faca773aa935d
parent4ee161e9045df29094c0284655f66d51c3fdcb46 (diff)
downloadaur-86afd2204e6609f6ce48275241e2e2a720279cac.tar.gz
Update to 3.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 856bf237e3f9..41e33bbf7044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 09:13:34 UTC 2016
+# Fri Jan 29 08:30:13 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.7.2
+ pkgver = 3.7.3
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.7.2.tar.gz
- sha256sums = 22e7b4ce7b85d5a2deef86903f0bf7763121b27f55cbcda1d79c752007ffe36c
+ source = https://pypi.python.org/packages/source/a/awsebcli/awsebcli-3.7.3.tar.gz
+ sha256sums = 4e1c7cb66db8255df134197d6663decebc792dcd617cef19878289c9e1d8e294
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 604d81ba4685..9e8bd2c2332f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.7.2'
+pkgver='3.7.3'
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=('22e7b4ce7b85d5a2deef86903f0bf7763121b27f55cbcda1d79c752007ffe36c')
+sha256sums=('4e1c7cb66db8255df134197d6663decebc792dcd617cef19878289c9e1d8e294')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-