diff options
author | Chris Severance | 2017-12-26 13:18:11 -0500 |
---|---|---|
committer | Chris Severance | 2017-12-26 13:18:11 -0500 |
commit | b76c6020dedddf47a4c72e94c00756513fa577e2 (patch) | |
tree | 3b555238c3af1763c190c67808267cf7aa7601d5 /PKGBUILD | |
parent | 5c66466ca886834945659f1ecd8dd3a991923a91 (diff) | |
download | aur-b76c6020dedddf47a4c72e94c00756513fa577e2.tar.gz |
Update to 1.8.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ set -u _pyver="python2" _pybase='botocore' pkgname="${_pyver}-${_pybase}" -pkgver=1.8.19 +pkgver=1.8.20 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=('ebf9063a914d3e1ca86bac595e2a85d53a681c87be0d255cf9b7c5dcaf86e22d') +sha256sums=('babd448ae70b11e24999c5158cfcadfd6bd1d2bce9c2bc4d42ed652d7a3ee8cf') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |