summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2015-09-18 12:25:47 -0400
committerChris Severance2015-09-18 12:25:47 -0400
commit2045b007f674f7a2c76d12483cc3fbeba4a70956 (patch)
tree572ea9160cd1cf76cb311d01ff2ecd938d173d00 /PKGBUILD
parent599f50156d11aa50bbe95f41e15ecbc3b789dab9 (diff)
downloadaur-2045b007f674f7a2c76d12483cc3fbeba4a70956.tar.gz
Update to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74f8ac5481c9..9b000084738f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.2.3.r2165.g56cdb4f
+pkgver=1.2.4.r2168.g6c4c739
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')
@@ -63,7 +63,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend
)
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('cfe3d11de61436859dcabb197065b8eb4382e532decaf131c3c5a3a67bab9ecd')
+sha256sums=('1f21f106648b957efaaed14611b0e19b66fc74f4944d00145339b9c79619e28f')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"