summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-29 03:34:41 -0500
committerChris Severance2016-01-29 03:34:41 -0500
commit97b035af51788549886f65a41d03ae8baf0eff98 (patch)
treed3ff6f91edcb71ee3961258c2556f48fb6c4fa2a
parentc161b6c3dc8ff2fd5ab543317e62463e86fe3a6a (diff)
downloadaur-97b035af51788549886f65a41d03ae8baf0eff98.tar.gz
Update to 1.3.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0abf59ad7ed7..3888e7816c2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 17:57:00 UTC 2016
+# Fri Jan 29 08:34:41 UTC 2016
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.3.22.r2552.g999add0
+ pkgver = 1.3.23.r2564.g56f6c72
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -26,7 +26,7 @@ pkgbase = python-botocore-git
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
depends = python-behave>=1.2.5
- provides = python-botocore=1.3.22
+ provides = python-botocore=1.3.23
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 46b19ae7708a..790395c2f779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.22.r2552.g999add0
+pkgver=1.3.23.r2564.g56f6c72
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')
@@ -68,7 +68,7 @@ depends=("${_pyver}" "${_pydepends[@]}")
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
options=('!strip')
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('867ae917e3c49ba600986a3ac076383d90e5b60b913af426207385aa23658647')
+sha256sums=('d37e36421fd58770e4eae811b665f9b41a1668a7ad0749cadd9f9b79fc302352')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"