summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-08-27 21:30:14 -0400
committerChris Severance2015-08-27 21:30:14 -0400
commit1d950603f9e84b32f115b837cb67e03181642b21 (patch)
tree3fb19cd180dbff1fa48ecb2a033ae475902b22c1
parentdc50c5200dc9b08ed64c3dd8167b2d45f502b608 (diff)
downloadaur-1d950603f9e84b32f115b837cb67e03181642b21.tar.gz
Update to 1.1.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 977bdd97f9c6..6fd0752bfa0f 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.1.10.r2108.gaf77892
+ pkgver = 1.1.11.r2112.gdc0955c
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -21,7 +21,7 @@ pkgbase = python-botocore-git
depends = python-sphinx>=1.1.3
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
- provides = python-botocore=1.1.10
+ provides = python-botocore=1.1.11
conflicts = python2-botocore
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 2a2dac231ef5..bc625ba6fd6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
set -u
_pkgname='botocore'
pkgname="python-${_pkgname}-git"
-pkgver=1.1.10.r2108.gaf77892
+pkgver=1.1.11.r2112.gdc0955c
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')
@@ -35,7 +35,7 @@ depends=('python' # See setup.py, README.rst, and requirements.txt for version d
makedepends=('python-distribute') # same as python-setuptools
conflicts=('python2-botocore')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('97df642692123f805741a45ba9291dcfb4cfe37aab1230fa7710d4edeceee65a')
+sha256sums=('b4e6edc12177dd4f720259aa7027bab00fb9db2029e40e77e67c552ef9f41132')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pkgname}"