diff options
author | Chris Severance | 2016-10-16 13:39:56 -0400 |
---|---|---|
committer | Chris Severance | 2016-10-16 13:39:56 -0400 |
commit | 088ae14a8105fc2b6e03560561dd8026ad87a2eb (patch) | |
tree | 37cb01dba8ea6e04b1c5eb033950411a9ae7f59a /PKGBUILD | |
parent | aa59db20ab5d8816698570012bf3b3a9e38291a2 (diff) | |
download | aur-088ae14a8105fc2b6e03560561dd8026ad87a2eb.tar.gz |
Update to 1.4.62
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.49 +pkgver=1.4.62 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=('d7898364580cd3fa7cfdddb16784712206b11f3fea87f149a888b2f3d62b1894') +sha256sums=('b0e92302359fa13fcfcd5f1502be2ccd397371c6e79660a5860d9f9fb465c6eb') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |