summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2015-08-26 14:00:58 -0400
committerChris Severance2015-08-26 14:00:58 -0400
commitdc50c5200dc9b08ed64c3dd8167b2d45f502b608 (patch)
treee282b1f79c3270e25345c6bb60c4ac614a206666 /PKGBUILD
parent62b3ce4fa9e17579218d5785c1468b477770a607 (diff)
downloadaur-dc50c5200dc9b08ed64c3dd8167b2d45f502b608.tar.gz
Update to version 1.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8a9d4b141e5..2a2dac231ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
set -u
_pkgname='botocore'
pkgname="python-${_pkgname}-git"
-pkgver=1.1.9.r2100.g0bfe1c2
+pkgver=1.1.10.r2108.gaf77892
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')
@@ -35,7 +35,7 @@ depends=('python' # See setup.py, README.rst, and requirements.txt for version d
makedepends=('python-distribute') # same as python-setuptools
conflicts=('python2-botocore')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a10208e7e3e8ad3df8a5a9686a6ac2e3b9def2f837ebc7fda91db1304bd565c7')
+sha256sums=('97df642692123f805741a45ba9291dcfb4cfe37aab1230fa7710d4edeceee65a')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pkgname}"