summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-05-02 11:42:29 -0400
committerChris Severance2017-05-02 11:42:29 -0400
commit6234244cff1b1de667e0caa4aa92cbc569949b51 (patch)
tree92c97f975b954a7ebeb95a6f128f867866f450cc
parentdf4c2c320a6a8a137ca00d7cab0c1d81cebf52d4 (diff)
downloadaur-6234244cff1b1de667e0caa4aa92cbc569949b51.tar.gz
Update to 1.5.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79dbf2e25a64..7838445183a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 18:07:19 UTC 2017
+# Tue May 2 15:42:29 UTC 2017
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.5.26.r3531.g51f5b13f
+ pkgver = 1.5.45.r3638.g3ca9e033
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -27,7 +27,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.5.26
+ provides = python-botocore=1.5.45
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index c06dc7812be5..1040c254dc99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.5.26.r3531.g51f5b13f
+pkgver=1.5.45.r3638.g3ca9e033
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=('c90036dd8f8778a78f52b0d600e0edb5ff8bde172e9bb550b96a6c6c60eaf6c4')
+sha256sums=('ad4f9068a6bf345b4ff51722efd33c1da745de1a574eb7c8e0bb72f2efbff47c')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"