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

Jonathan Steel jsteel at archlinux.org
Wed May 18 18:25:45 UTC 2016


    Date: Wednesday, May 18, 2016 @ 20:25:45
  Author: jsteel
Revision: 175637

upgpkg: aws-cli 1.10.30-3

Add bash completion

Modified:
  aws-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-18 18:17:07 UTC (rev 175636)
+++ PKGBUILD	2016-05-18 18:25:45 UTC (rev 175637)
@@ -4,7 +4,7 @@
 
 pkgname=aws-cli
 pkgver=1.10.30
-pkgrel=2
+pkgrel=3
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
 url="https://github.com/aws/aws-cli"
@@ -28,4 +28,5 @@
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer "$pkgdir"/usr/share/bash-completion/completions/aws
 }



More information about the arch-commits mailing list