summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-04-28 17:32:13 +0200
committerCedric Girard2016-04-28 17:32:13 +0200
commit7e94cde639073890041c8a17e80c5134e98e27da (patch)
tree2d6f820b14456ac8982698258e60ca32a515df0f
parent695addc261d90b1dd1ac615114e412153357e8b6 (diff)
downloadaur-7e94cde639073890041c8a17e80c5134e98e27da.tar.gz
new upstream version and new package path
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c986c024d9..e7e332cf734c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 16 11:49:46 UTC 2016
+# Thu Apr 28 15:32:10 UTC 2016
pkgbase = python2-boto3
pkgdesc = The AWS SDK for Python
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = http://pypi.python.org/pypi/boto3
arch = any
@@ -13,8 +13,8 @@ pkgbase = python2-boto3
depends = python2-botocore<1.5.0
depends = python2-jmespath<1.0.0
depends = python2-futures<4.0.0
- source = https://pypi.python.org/packages/source/b/boto3/boto3-1.3.0.tar.gz
- md5sums = b5a6cc7dc0e0c0969944f65db7f7b07f
+ source = https://pypi.io/packages/source/b/boto3/boto3-1.3.1.tar.gz
+ md5sums = e6be09a90230390640873979702dd6da
pkgname = python2-boto3
diff --git a/PKGBUILD b/PKGBUILD
index ab1739f3e009..06beaf676f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=boto3
pkgname=python2-boto3
-pkgver=1.3.0
+pkgver=1.3.1
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.4.1' 'python2-botocore<1.5.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=('b5a6cc7dc0e0c0969944f65db7f7b07f')
+source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
+md5sums=('e6be09a90230390640873979702dd6da')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver