diff options
author | Chris Severance | 2016-06-24 11:20:06 -0400 |
---|---|---|
committer | Chris Severance | 2016-06-24 11:20:06 -0400 |
commit | a34377295cfe0243419e69a40e8af210bc68185b (patch) | |
tree | fa94cfa9c2a7ac659d59401b5631665094484b1f /PKGBUILD | |
parent | 51e6a0ae0580fb0565b641603bef9b56d2ff6776 (diff) | |
download | aur-a34377295cfe0243419e69a40e8af210bc68185b.tar.gz |
Update to 1.4.31
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.28 +pkgver=1.4.31 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=('2be3edd49980fbb4a69259f82dc865ab85f2cb1533f1ddc2d3d380d850dbf2b6') +sha256sums=('b880bfc2b786ac7318b090830efb66df706458d1479044e33b40a6e4891000e7') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |