From 062a5e6a8ebd2470b63291485916a5bfb7e87416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 21 Jan 2020 17:42:19 +0100 Subject: [PATCH] aws-cli: update to 1.17.6; add groff to depends Closes: #18443 --- srcpkgs/aws-cli/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 30e098e35b5..34f598b05e8 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,20 +1,20 @@ # Template file for 'aws-cli' pkgname=aws-cli -version=1.16.309 -revision=2 +version=1.17.6 +revision=1 archs=noarch wrksrc="aws-cli-${version}" build_style=python3-module pycompile_module="aws-cli" hostmakedepends="python3-setuptools" -depends="python3-botocore python3-s3transfer python3-colorama python3-rsa - python3-yaml python3-docutils" +depends="groff python3-botocore python3-s3transfer python3-colorama + python3-rsa python3-yaml python3-docutils" short_desc="Universal Command Line Interface for Amazon Web Services" maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/aws/aws-cli" distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz" -checksum=e0b6c670e55f50d747d655140d35879abae82e32e03d0820cc20252edc0e50f7 +checksum=2f2469aabf8e40c39661f976a499570c1b1c72557c014214ebc4f4ae8eaf6d84 post_install() { vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws