summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-02-12 14:24:48 -0500
committerChris Severance2016-02-12 14:24:48 -0500
commit690730f3b2eec04e476c81b06ebc007447bef283 (patch)
tree903d1d4d87db1bc4d133c5c5033839438eab3c2e
parenta1659ac4c7dccdb7f947af8d032dbdf88a9eaf06 (diff)
downloadaur-690730f3b2eec04e476c81b06ebc007447bef283.tar.gz
Update to 1.3.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948efc7d5dfe..42c47a549e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 18:17:20 UTC 2016
+# Fri Feb 12 19:24:48 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.25.r2583.gf25b607
+ pkgver = 1.3.26.r2587.ge2441d7
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.25
+ provides = python-botocore=1.3.26
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 3730a5a714aa..ba92753ffb5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.3.25.r2583.gf25b607
+pkgver=1.3.26.r2587.ge2441d7
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=('39fa08cdb8129021fbefe20e12bdbdd62c0e903e781279db1babf9d109a3c646')
+sha256sums=('1f47e63b2ef4e223e0bbb77e21e78a81dfca55c5dfce510d29230ef56370319d')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"