aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/makepkg.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-02-02 09:23:23 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-02-02 09:23:23 +0100
commite086e27f986b21fbb73687ff9638bfc300bf8cba (patch)
tree29870758583a656a2de4f504cd6152ad0b44b169 /share/completions/makepkg.fish
parent2f5d750393c5903e72f806fbe04d6d9da03d9191 (diff)
Update pacman/makepkg completions for pacman 5
Some new options, one new operation - "--files".
Diffstat (limited to 'share/completions/makepkg.fish')
-rw-r--r--share/completions/makepkg.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/completions/makepkg.fish b/share/completions/makepkg.fish
index c1fcaee4..6fc9cfb9 100644
--- a/share/completions/makepkg.fish
+++ b/share/completions/makepkg.fish
@@ -34,3 +34,7 @@ complete -c makepkg -l 'noconfirm' -d 'Passed to pacman: Do not ask for
complete -c makepkg -l 'needed' -d 'Passed to pacman: Only install what is needed'
complete -c makepkg -l 'asdeps' -d 'Passed to pacman: Install as dependencies'
complete -c makepkg -l 'noprogressbar' -d 'Passed to pacman: Do not display a progress bar'
+
+# Since pacman 5
+complete -c makepkg -l 'packagelist' -d 'List all packages that would be built'
+complete -c makepkg -l 'printsrcinfo' -d 'Print SRCINFO to stdout'