index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-02-01 21:18:31 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-01 21:18:31 +1000 |
commit | 54c630f6ecd74a44cc84f6804e918bda61310eef (patch) | |
tree | 974465cc870e9ce2a7e3ad61e14b2c5c66e6d34b /contrib/zsh_completion.in | |
parent | 5167160c0cd6007c0ed77534f02f78e5ad04e719 (diff) | |
parent | 10fc538c70bf84f64881403f964ff4d6651268b3 (diff) |
-rw-r--r-- | contrib/zsh_completion.in | 2 |
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index f2ff7c8a..1cae1de0 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -586,11 +586,11 @@ _makepkg_longopts=( '--syncdeps[Install missing dependencies with pacman]' '--source[Generate a source-only tarball without downloading sources]' '--allsource[Generate a source-only tarball including downloaded source]' - '--asroot[Allow makepkg to run as root user]' '--check[Run check() function in the PKGBUILD]' '--config[Use an alternate config file instead of '@sysconfdir@/makepkg.conf']: :_files' '--holdver[Prevent automatic version bumping for development PKGBUILDs]' '--key[Specify key to use for gpg signing instead of the default]: :_keys' + '--noarchive[Do not create the archive at the end of the build process]' '--nocheck[Do not run the check() function in the PKGBUILD]' '--noprepare[Do not run the prepare() function in the PKGBUILD]' '--nosign[Do not create a signature for the package]' |