summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-08-28 12:02:27 -0400
committerChris Severance2016-08-28 12:02:27 -0400
commitf6a3d56c32316389914a583a7b713c01b5b0566b (patch)
treebbc7a40e1b736378767b3bc78e26f93ecf756f7e
parentf6e3448a79fd690ecad147cc86653d8da6f889a5 (diff)
downloadaur-f6a3d56c32316389914a583a7b713c01b5b0566b.tar.gz
Update to 1.4.49
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e98a9b0b63..b67518db1305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 8 12:57:16 UTC 2016
+# Sun Aug 28 16:02:26 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.43.r3058.g5b41b6e
+ pkgver = 1.4.49.r3103.g11ec141
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.43
+ provides = python-botocore=1.4.49
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 97d6c867f875..23f655c99983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.43.r3058.g5b41b6e
+pkgver=1.4.49.r3103.g11ec141
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=('317a111e94687d8b841ae7c7ee82153503a5024452c4f85569b85366f1343f4b')
+sha256sums=('d7898364580cd3fa7cfdddb16784712206b11f3fea87f149a888b2f3d62b1894')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"