diff options
author | Chris Severance | 2017-12-21 11:42:06 -0500 |
---|---|---|
committer | Chris Severance | 2017-12-21 11:42:06 -0500 |
commit | 8fd42466d79e4bab5a169a5b1f2ac4208ab31b35 (patch) | |
tree | eaf3c00d120dbbef6fb3378298a3681dbc6c6fb2 /PKGBUILD | |
parent | 7b9089feb3b41f33565b4906d6d9c35662268708 (diff) | |
download | aur-8fd42466d79e4bab5a169a5b1f2ac4208ab31b35.tar.gz |
Update to 1.8.18
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.17 +pkgver=1.8.18 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=('4cea31f38e58c1e0c621150c530b5b5f454d3bf6e669afbe05c74e4b86b36591') +sha256sums=('9cebe262789372b648a9b2d1dc4eb1c234d6ca880d55caa9b5401ce923b53e9d') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |