diff options
author | Chris Severance | 2016-04-11 01:37:12 -0400 |
---|---|---|
committer | Chris Severance | 2016-04-11 01:37:12 -0400 |
commit | 0b30b778bbb3008d3a0002e8fe022a898fdb9860 (patch) | |
tree | ba2e641fe93b439f39daf6065e83a5a006b65895 /PKGBUILD | |
parent | 98e472152b12c4bf118ab0f51fda23eaf8a4c28f (diff) | |
download | aur-0b30b778bbb3008d3a0002e8fe022a898fdb9860.tar.gz |
Update to 1.4.10
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.4.8 +pkgver=1.4.10 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=('d9a2362a11819d4b05a7c01149ca8e9e415746f1feaa687f4119c9e69e2d497e') +sha256sums=('869c73af5742b2a6f52a375f76fc407b1216854a08e875c9d7f61abf673377f9') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |