summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-11-24 23:37:32 -0500
committerChris Severance2016-11-24 23:37:32 -0500
commitc9655221a3d68f3fed05f4953ccb041e33d1c68f (patch)
tree72fcf90154cfa280db2e5ed6605561d57d13d258
parentaad92fc8aa02de7795ab2ea617b208f12bd2fca9 (diff)
downloadaur-c9655221a3d68f3fed05f4953ccb041e33d1c68f.tar.gz
Update to 1.4.78
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e448c17ae34..f6d99f5db119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 17:23:42 UTC 2016
+# Fri Nov 25 04:36: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.4.64.r3201.g2edd1d6
+ pkgver = 1.4.78.r3282.g7866e79
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.4.64
+ provides = python-botocore=1.4.78
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 5b0291198092..668f5ec5f40b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.64.r3201.g2edd1d6
+pkgver=1.4.78.r3282.g7866e79
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=('0f61569205bd806f0cb219366acf686756b7aaad99412f6432c3e261310198ff')
+sha256sums=('8980e3fbf68e66b001842ffb685b5154ec98d5fd6198bb73903edecf4c014211')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"