summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2017-11-27 13:56:30 +0100
committerCedric Girard2017-11-27 13:56:30 +0100
commita942c3477aaaf8eedf7b2d8643707ad95e6590ed (patch)
tree59956ca89ad68536179dd957cc9c1fa85f4df526 /PKGBUILD
parent9e66ae4e4fd4112b7d97d419ac00a6bb9456824f (diff)
downloadaur-a942c3477aaaf8eedf7b2d8643707ad95e6590ed.tar.gz
new upstream version 1.4.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00042145c501..1144550c3194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=boto3
pkgname=python2-boto3
-pkgver=1.4.7
+pkgver=1.4.8
pkgrel=1
pkgdesc="The AWS SDK for Python"
arch=('any')
@@ -9,8 +9,8 @@ url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
depends=(
'python2'
- 'python2-botocore>=1.7.0'
- 'python2-botocore<1.8.0'
+ 'python2-botocore>=1.8.0'
+ 'python2-botocore<1.9.0'
'python2-jmespath>=0.7.1'
'python2-jmespath<1.0.0'
'python2-s3transfer>=0.1.10'
@@ -18,7 +18,7 @@ depends=(
)
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-md5sums=('eb95e700fa9e06db6e9ff4ee159adbd9')
+md5sums=('32cf5732bc9becbec321e272b198a705')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver