summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-09-18 14:41:11 -0400
committerChris Severance2018-09-18 14:41:11 -0400
commit5ad871ef0ca97202325638c3356bbd8aa4f40c6f (patch)
tree1ebe6dc6eedb695e6cb379ad3bfdd7b5376397ca
parentace19c6ccc25a8ce86392e2ac0e3f04299d302e2 (diff)
downloadaur-5ad871ef0ca97202325638c3356bbd8aa4f40c6f.tar.gz
Update to 1.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7947551d1585..cd2b4d4ba0c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 19:23:28 UTC 2018
+# Tue Sep 18 18:41:11 UTC 2018
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.12.4.r5035.gc5ea6f72
+ pkgver = 1.12.5.r5041.g3d2f4c9b
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-botocore-git
depends = python-behave>=1.2.5
depends = python-urllib3>=1.20
depends = python-urllib3<1.24
- provides = python-botocore=1.12.4
+ provides = python-botocore=1.12.5
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 76b27b3dd2b5..de32ce3e9554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.12.4.r5035.gc5ea6f72
+pkgver=1.12.5.r5041.g3d2f4c9b
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')
@@ -73,7 +73,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=('63f72c5f84529ce1329f3aa93c2ba703f21204122ba1f225213c34b16fd0e1f3')
+sha256sums=('6aa6ed18eb237c1492054ca368a347800fb853a1caf494a70e3ed8547dbf60ae')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"