summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2017-12-20 14:19:45 +0100
committerCedric Girard2017-12-20 14:19:45 +0100
commitb7fb877d2ec41bcf0e95658d212a0897a65e57e5 (patch)
tree158347d654ba70bafa069bdd78592206aaa71bf6 /PKGBUILD
parent3a78a1b756dfd2a33fc78c0fbd7960ea2b957f77 (diff)
downloadaur-b7fb877d2ec41bcf0e95658d212a0897a65e57e5.tar.gz
new upstream version 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2192b6b48c6..eb23d77d4618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=boto3
pkgname=python2-boto3
-pkgver=1.5.0
+pkgver=1.5.3
pkgrel=1
pkgdesc="The AWS SDK for Python"
arch=('any')
@@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
depends=(
'python2'
- 'python2-botocore>=1.8.14'
+ 'python2-botocore>=1.8.17'
'python2-botocore<1.9.0'
'python2-jmespath>=0.7.1'
'python2-jmespath<1.0.0'
@@ -18,7 +18,7 @@ depends=(
)
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-md5sums=('9679bf18b0da219717bf5a254f91e189')
+md5sums=('40a8d9c0080b85823b8d77015cd5cab1')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver