summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-17 14:47:32 -0400
committerChris Severance2016-03-17 14:47:32 -0400
commit5d9ff4e464a3d034d2c59f55e123e28efedac83a (patch)
treeb753b33eeffbbbde4282fb24da4b0e67744a3b39
parent26358b1e227fb64326aaa1dcdb4d4d816986c1b7 (diff)
downloadaur-5d9ff4e464a3d034d2c59f55e123e28efedac83a.tar.gz
Update to 1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5de897cd7b..18793ae664c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 20:15:45 UTC 2016
+# Thu Mar 17 18:47:32 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.3.r2736.g854d3e5
+ pkgver = 1.4.4.r2743.g4ad5e7b
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.4.3
+ provides = python-botocore=1.4.4
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index bf664f8d856b..6a8ccc442a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.4.3.r2736.g854d3e5
+pkgver=1.4.4.r2743.g4ad5e7b
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=('311c40b84e5bbf70ae13dad81ce1f36466a76c8f8ce472d84fc72f5d41aaf019')
+sha256sums=('3f03cfcb1244537b703e74e1cb97cd227d791de3fd8d7f88657e7de58f89b4f9')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"