summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-01-01 09:25:23 +0000
committerChih-Hsuan Yen2023-01-01 09:25:23 +0000
commit99ebe9fb567958beb3bbe14e57c7d6ab85e32223 (patch)
tree03bf1e0e3fb87618ab0fa70a76b189074b4e8a36
parentf3eb5907ef04544f70d47503bc9ac727c63059a3 (diff)
downloadaur-99ebe9fb567958beb3bbe14e57c7d6ab85e32223.tar.gz
drop out-dated comment about wcwidth, which is not pinned since [1]
[1] https://github.com/aws/aws-cli/pull/7498
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1186fed4d8e7..af4ef732d5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,12 @@
# Contributor: David Birks <david@birks.dev>
pkgname=aws-cli-v2
-pkgver=2.9.8
+pkgver=2.9.12
pkgrel=1
pkgdesc='Unified command line interface for Amazon Web Services (version 2)'
arch=(any)
url='https://github.com/aws/aws-cli/tree/v2'
license=(Apache)
-# wcwidth is not used; upstream pinned it due to pyinstaller issues
-# https://github.com/aws/aws-cli/pull/5254
depends=(python python-awscrt python-certifi python-colorama python-cryptography python-dateutil
python-distro python-docutils python-jmespath python-prompt_toolkit python-ruamel-yaml
python-urllib3)
@@ -23,7 +21,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/aws/aws-cli/archive/$pkgver
prompt-toolkit-3.0.29.diff
build-ac.index-in-tmp.diff
fix-env.diff)
-sha256sums=('4a8aa1ec79a7c115a02213cb2e75160d24054106bb82b6e75ea0008df5810834'
+sha256sums=('abca81ffcbaa0fdd741aee4a9339874b31524ed9fbc2607277ce6e3b3cbc8773'
'c4f0bfe21bef89934137c57ee4771db57e8dad0f995634ee4de0890dcf45a636'
'3f5633c7f83b346f79a9af2baee476e6967ef8fa62636a535dee1e011ef978db'
'893d61d7e958c3c02bfa1e03bf58f6f6abd98849d248cc661f1c56423df9f312')