diff options
author | Chris Severance | 2016-08-08 08:58:56 -0400 |
---|---|---|
committer | Chris Severance | 2016-08-08 08:58:56 -0400 |
commit | bda7c31c308e38c886cb5cb927f7b24296805238 (patch) | |
tree | 17af25e7dcb74309a6991ace0688c1f2d6808e8e /PKGBUILD | |
parent | 7ef74ac8ff3a4fd2469c8819f70496c8cba4e95c (diff) | |
download | aur-bda7c31c308e38c886cb5cb927f7b24296805238.tar.gz |
Update to 1.4.43
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.39 +pkgver=1.4.43 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=('d1b58bd38eb56ac54e4ff513cc553c13349dbf8bb23528ff27d25f81f2dc64df') +sha256sums=('317a111e94687d8b841ae7c7ee82153503a5024452c4f85569b85366f1343f4b') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |