summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-11-15 21:24:33 -0500
committerChris Severance2017-11-15 21:24:33 -0500
commit61253fb3bedb3c8f483e54e8354bc5a6231a7bb8 (patch)
treec304e2ebb8f608bb26b97467ddc7667858acbfd5
parenteb5b64e9483efd237a273d8e9f31c5f9ba1e2109 (diff)
downloadaur-61253fb3bedb3c8f483e54e8354bc5a6231a7bb8.tar.gz
Update to 3.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94890fca053..019e66aeefee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Oct 21 14:13:54 UTC 2017
+# Thu Nov 16 02:24:18 UTC 2017
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.0
+ pkgver = 3.12.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.12.0.tar.gz
- sha256sums = 6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.1.tar.gz
+ sha256sums = 7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b
pkgname = aws-eb-cli
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 73c87b3290c5..10e3b72ee818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.0'
+pkgver='3.12.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=('6db6aae69f5ec61048d2ac81fe2f1355cb1361a52ad23b6898f5f6b788565952')
+sha256sums=('7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-