summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-07-09 14:15:59 -0400
committerChris Severance2017-07-09 14:15:59 -0400
commit2c88ce720f229379dfed858fa268c9bffdb11884 (patch)
tree77dae3a180f7718e33c3c48ec2ce916118954197
parent63aa505dfe35159f5051f95d3391acb623457fb5 (diff)
downloadaur-2c88ce720f229379dfed858fa268c9bffdb11884.tar.gz
Update to 1.5.80
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d734f77c0eec..4369a271a413 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 03:31:33 UTC 2017
+# Sun Jul 9 18:15:58 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.70.r3738.gcc85fc1e
+ pkgver = 1.5.80.r3806.gb48571aa
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.70
+ provides = python-botocore=1.5.80
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index ed4263e94706..114118ab3f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.5.70.r3738.gcc85fc1e
+pkgver=1.5.80.r3806.gb48571aa
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=('cbe150c602f75adb1631a7ab1778b5f048de11acab12ecad4cb29721afc66a9b')
+sha256sums=('d8dfe61d97c2a4a0b4ef9f4bb7f87b5205c21f8e965c4a7c0c28a57f737f36f5')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"