From 4a7f3bbc469d1f6a8da1c7f310ab518ad841c2b9 Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Thu, 18 Aug 2011 12:46:19 +0200 Subject: Add makepkg -S which is an alias to makepkg --source makepkg --source is a often used go make source package like for AUR. Have a -S shortcut will save the world. Signed-off-by: Sebastien Luttringer Signed-off-by: Dan McGee --- contrib/bash_completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index af5de177..8fa3da61 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -35,7 +35,7 @@ _makepkg() { opts=('allsource asroot check clean config force geninteg help holdver ignorearch install log nobuild nocheck nocolor noconfirm nodeps noextract noprogressbar nosign pkg repackage rmdeps sign skipinteg source syncdeps' - 'A L R c d e f g h i m o p r s') + 'A L R S c d e f g h i m o p r s') _arch_ptr2comp opts fi true -- cgit v1.2.3-24-g4f1b