diff options
author | Chris Severance | 2017-11-27 10:36:23 -0500 |
---|---|---|
committer | Chris Severance | 2017-11-27 10:36:23 -0500 |
commit | 1b7347a7a82062e661d02e6ccb8300490b990ee4 (patch) | |
tree | ddb3321c9a89e6d634d572284e99300e99d98ff6 /PKGBUILD | |
parent | 0ba7112a908face7c1ec113540f0b033192d4835 (diff) | |
download | aur-1b7347a7a82062e661d02e6ccb8300490b990ee4.tar.gz |
Update to 1.8.2
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.1 +pkgver=1.8.2 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=('248bf8bdd7160e2484375075a18b13fb538507353310ccdc7f9ff64e6b80177f') +sha256sums=('10495aab37df9bb3dcfc87594dadd414360428b37f2ccafdc2d194f49ce3f493') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |