diff options
author | Chris Severance | 2016-06-29 10:44:55 -0400 |
---|---|---|
committer | Chris Severance | 2016-06-29 10:44:55 -0400 |
commit | e081a6e266380ac8a3062d101b39cee1b6fa4ff0 (patch) | |
tree | f9da293d1d335832de3615661c3c1891b54345b7 /PKGBUILD | |
parent | 505e04cab47dc52dc8fef7a2c4ffcd28f7de4d9e (diff) | |
download | aur-e081a6e266380ac8a3062d101b39cee1b6fa4ff0.tar.gz |
Update to 1.10.43
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ set -u _pyver="python" _pybase='botocore' pkgname="${_pyver}-${_pybase}-git" -pkgver=1.4.32.r2991.g4a2181d +pkgver=1.4.33.r3004.g1557fb2 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=('2d2755eac213ec965aa992be9b9eb5055f763b3fb352c3feadf433a7b7eb2595') +sha256sums=('9fe6772ba39c9a08259ab7b1dc78bb6d04cb1640d01674ac7a853645ecb1059a') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |