diff options
author | Chris Severance | 2016-08-28 12:02:11 -0400 |
---|---|---|
committer | Chris Severance | 2016-08-28 12:02:11 -0400 |
commit | aa59db20ab5d8816698570012bf3b3a9e38291a2 (patch) | |
tree | 325e4a3570118c315c3ae2e0929978009442ac20 /PKGBUILD | |
parent | bda7c31c308e38c886cb5cb927f7b24296805238 (diff) | |
download | aur-aa59db20ab5d8816698570012bf3b3a9e38291a2.tar.gz |
Update to 1.4.49
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.43 +pkgver=1.4.49 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=('317a111e94687d8b841ae7c7ee82153503a5024452c4f85569b85366f1343f4b') +sha256sums=('d7898364580cd3fa7cfdddb16784712206b11f3fea87f149a888b2f3d62b1894') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |