Date: Sunday, October 23, 2022 @ 16:05:25
  Author: yan12125
Revision: 1334336

upgpkg: aws-cli 1.25.97-1; update deps; list myself as the maintainer

Not adding check() as I'd like to focus on aws-cli-v2

Modified:
  aws-cli/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 16:03:22 UTC (rev 1334335)
+++ PKGBUILD    2022-10-23 16:05:25 UTC (rev 1334336)
@@ -1,20 +1,22 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 # Contributor: Alper KANAT <[email protected]>
 
 pkgname=aws-cli
-pkgver=1.25.92
+pkgver=1.25.97
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
 url="https://github.com/aws/aws-cli";
 license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
-         'python-colorama' 'python-docutils' 'python-rsa'
+# Upstream relies on transitive dependencies 
https://github.com/aws/aws-cli/issues/6556
+depends=('python' 'python-botocore' 'python-dateutil' 'python-jmespath'
+         'python-colorama' 'python-docutils' 'python-pyasn1' 'python-rsa'
          'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0336f497eb0e8daa3dd4cf424fbfade6')
+md5sums=('affbabf75055798c9e7a0f3adb14dc5f')
 
 build() {
   cd $pkgname-$pkgver

Reply via email to