[arch-commits] Commit in aws-cli/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Mon Sep 3 18:03:08 UTC 2018


    Date: Monday, September 3, 2018 @ 18:03:07
  Author: jsteel
Revision: 376436

upgpkg: aws-cli 1.16.6-1

Modified:
  aws-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-03 18:02:51 UTC (rev 376435)
+++ PKGBUILD	2018-09-03 18:03:07 UTC (rev 376436)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT <alperkanat at raptiye.org>
 
 pkgname=aws-cli
-pkgver=1.16.5
+pkgver=1.16.6
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python-botocore' 'python-dateutil' 'python-jmespath'
          'python-colorama' 'python-docutils' 'python-rsa'
-         'python-s3transfer' 'python-yaml')
+         'python-s3transfer' 'python-yaml' 'python-urllib3')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3ec40aeee158726b666f7ba63bcca1e1')
+md5sums=('82d31284f6fdacbe284b7a5dad08cab4')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list