[arch-commits] Commit in aws-cli/trunk (PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Mon Sep 12 13:58:31 UTC 2016
Date: Monday, September 12, 2016 @ 13:58:30
Author: jsteel
Revision: 189202
upgpkg: aws-cli 1.10.63-2
FS#50727 Remove windows and duplicate bash script
Modified:
aws-cli/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-12 13:15:40 UTC (rev 189201)
+++ PKGBUILD 2016-09-12 13:58:30 UTC (rev 189202)
@@ -4,7 +4,7 @@
pkgname=aws-cli
pkgver=1.10.63
-pkgrel=1
+pkgrel=2
pkgdesc='Universal Command Line Interface for Amazon Web Services'
arch=('any')
url="https://github.com/aws/aws-cli"
@@ -29,4 +29,6 @@
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -Dm644 bin/aws_bash_completer "$pkgdir"/usr/share/bash-completion/completions/aws
+
+ rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
}
More information about the arch-commits
mailing list