diff options
author | Chris Severance | 2016-06-29 10:44:55 -0400 |
---|---|---|
committer | Chris Severance | 2016-06-29 10:44:55 -0400 |
commit | e081a6e266380ac8a3062d101b39cee1b6fa4ff0 (patch) | |
tree | f9da293d1d335832de3615661c3c1891b54345b7 | |
parent | 505e04cab47dc52dc8fef7a2c4ffcd28f7de4d9e (diff) | |
download | aur-e081a6e266380ac8a3062d101b39cee1b6fa4ff0.tar.gz |
Update to 1.10.43
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Jun 28 19:04:47 UTC 2016 +# Wed Jun 29 14:43:45 UTC 2016 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.4.32.r2991.g4a2181d + pkgver = 1.4.33.r3004.g1557fb2 pkgrel = 1 url = https://github.com/boto/botocore arch = any @@ -27,7 +27,7 @@ pkgbase = python-botocore-git depends = python-guzzle-sphinx-theme>=0.7.10 depends = python-guzzle-sphinx-theme<0.8 depends = python-behave>=1.2.5 - provides = python-botocore=1.4.32 + provides = python-botocore=1.4.33 conflicts = python-botocore options = !strip source = botocore::git+https://github.com/boto/botocore.git @@ -43,7 +43,7 @@ set -u _pyver="python" _pybase='botocore' pkgname="${_pyver}-${_pybase}-git" -pkgver=1.4.32.r2991.g4a2181d +pkgver=1.4.33.r3004.g1557fb2 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') @@ -68,7 +68,7 @@ depends=("${_pyver}" "${_pydepends[@]}") makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools options=('!strip') source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('2d2755eac213ec965aa992be9b9eb5055f763b3fb352c3feadf433a7b7eb2595') +sha256sums=('9fe6772ba39c9a08259ab7b1dc78bb6d04cb1640d01674ac7a853645ecb1059a') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |