summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-10-09 22:34:38 -0400
committerChris Severance2015-10-09 22:34:38 -0400
commit77aa996188af0c7e07e15336d60d9db965a9727d (patch)
treec1ac7fb3370a6ec6cdca8096ea71187a20d2934f
parent21ac5330e45e5f4c7fb87efc4404d799013cbeb2 (diff)
downloadaur-77aa996188af0c7e07e15336d60d9db965a9727d.tar.gz
Update to 1.2.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2cefb21d60..828abb67f234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-botocore-git
pkgdesc = A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3
- pkgver = 1.2.7.r2231.gc622ded
+ pkgver = 1.2.10.r2257.g1f9f0eb
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-botocore-git
makedepends = python
makedepends = python-distribute
makedepends = git
- provides = python-botocore=1.2.7
+ provides = python-botocore=1.2.10
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23e712fd5fa1..57f67d2757b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.2.7.r2231.gc622ded
+pkgver=1.2.10.r2257.g1f9f0eb
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')
@@ -63,7 +63,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend
)
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('82228722bef90665b1b06daf965bec31eb65f49c1e1b62a547a6e29f2628b8c0')
+sha256sums=('5a83001a31e3870351c6787268a793a3fb005ba11e95f94f9c8fd36f2161e2c3')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"