summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-02-29 15:27:49 +0100
committerCedric Girard2016-02-29 15:27:49 +0100
commit6d58cbbe24f18e8cfe5bbe886dad445d6021f27d (patch)
treea6c937376558f697fc01234098cf5eef1946b70b /PKGBUILD
parent6180e0a7a96b5eb03b883586e3460cd28462dda1 (diff)
downloadaur-6d58cbbe24f18e8cfe5bbe886dad445d6021f27d.tar.gz
new upstream version 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99d8cb5a443d..953d3f0e9010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=boto3
pkgname=python2-boto3
-pkgver=1.2.3
+pkgver=1.2.5
pkgrel=1
pkgdesc="The AWS SDK for Python"
arch=('any')
url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
-depends=('python2' 'python2-botocore<1.4.0' 'python2-jmespath<1.0.0' 'python2-futures<4.0.0')
+depends=('python2' 'python2-botocore>=1.3.29' 'python2-botocore<1.4.0' 'python2-jmespath<1.0.0' 'python2-futures<4.0.0')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-md5sums=('3f45656baef1f1e9ef9aecefb33d898b')
+md5sums=('4c5f185dee0e1b68f03b8cd12bdd6be9')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver