summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-24 12:16:50 -0400
committerChris Severance2016-03-24 12:16:50 -0400
commita7dd6e6c4338cc60c87df2cd496a3c158af9d0c2 (patch)
treeade70b863ffc1906cb74c52140dfe82754b1a47d
parent53927dc73032aa26ad6a6db0721adc118614803b (diff)
downloadaur-a7dd6e6c4338cc60c87df2cd496a3c158af9d0c2.tar.gz
Update to 1.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3aaca98dbff..b3ac3b734b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 21 02:51:49 UTC 2016
+# Thu Mar 24 16:16:50 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.5.r2749.g7384364
+ pkgver = 1.4.6.r2769.g0d22abf
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.5
+ provides = python-botocore=1.4.6
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index d03a6fd8d9ef..cf70fc0b2257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.5.r2749.g7384364
+pkgver=1.4.6.r2769.g0d22abf
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=('d56072da33eb8558f992f3f762d8b1c798ad097c5e09559249a008fcb8736880')
+sha256sums=('ce76bbdbc6e94f4811c4248de7d202be54da75441b0916b5577e697d46b34299')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"