diff options
author | Chris Severance | 2017-12-20 15:38:29 -0500 |
---|---|---|
committer | Chris Severance | 2017-12-20 15:38:29 -0500 |
commit | 7b9089feb3b41f33565b4906d6d9c35662268708 (patch) | |
tree | 3bbea4e86626637e2c071af6abba148fd07814b1 /PKGBUILD | |
parent | 1a04b7a16c6ecdf092ba3919bca6a9147ffb3a85 (diff) | |
download | aur-7b9089feb3b41f33565b4906d6d9c35662268708.tar.gz |
Update to 1.8.17
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.14 +pkgver=1.8.17 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=('b5029d945b9e1032ca70b874fc291ddcd5fb2092609b96590e5b75d469fa26d3') +sha256sums=('4cea31f38e58c1e0c621150c530b5b5f454d3bf6e669afbe05c74e4b86b36591') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |