diff options
author | Chris Severance | 2015-10-02 13:02:02 -0400 |
---|---|---|
committer | Chris Severance | 2015-10-02 13:02:02 -0400 |
commit | 21ac5330e45e5f4c7fb87efc4404d799013cbeb2 (patch) | |
tree | a1cde7371607b76ce681a99f1ffc9e17586ee8b6 | |
parent | fe211e2e2b1ef3154b5c4d8a9f5fbd3e8371ce25 (diff) | |
download | aur-21ac5330e45e5f4c7fb87efc4404d799013cbeb2.tar.gz |
Update to 1.2.7
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = python-botocore-git pkgdesc = A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3 - pkgver = 1.2.6.r2207.g082a8b8 + pkgver = 1.2.7.r2231.gc622ded pkgrel = 1 url = https://github.com/boto/botocore arch = any @@ -8,7 +8,7 @@ pkgbase = python-botocore-git makedepends = python makedepends = python-distribute makedepends = git - provides = python-botocore=1.2.6 + provides = python-botocore=1.2.7 conflicts = python-botocore source = botocore::git+https://github.com/boto/botocore.git sha256sums = SKIP @@ -41,7 +41,7 @@ set -u _pyver="python" _pybase='botocore' pkgname="${_pyver}-${_pybase}-git" -pkgver=1.2.6.r2207.g082a8b8 +pkgver=1.2.7.r2231.gc622ded pkgrel=1 pkgdesc='A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3' arch=('any') @@ -63,7 +63,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend ) makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('b4dbd7884ae73f75cc5390224d1543e3a0b2235ba88f728b6bdaa952ec509eb6') +sha256sums=('82228722bef90665b1b06daf965bec31eb65f49c1e1b62a547a6e29f2628b8c0') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |