summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-03-20 08:07:16 +0100
committerAllan McRae <allan@archlinux.org>2013-03-26 06:55:51 +0100
commit6e2c15099a8708e5f1bd5ccacd8d1a6ee3b39774 (patch)
tree31503e1ad2b88cf455a96adf4552e5568574fb63
parentfb522face1da5989d79540a9912c9bc3ca830935 (diff)
downloadpacman-6e2c15099a8708e5f1bd5ccacd8d1a6ee3b39774.tar.gz
pacman-6e2c15099a8708e5f1bd5ccacd8d1a6ee3b39774.tar.xz
Remove duplicate option
The "skippgpcheck" option was specified twice. Also, fix alphabetical ordering. Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--scripts/makepkg.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 73f45d47..f9e0f957 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2526,8 +2526,8 @@ OPT_SHORT="AcdefFghiLmop:rRsSV"
OPT_LONG=('allsource' 'asroot' 'check' 'clean' 'config:' 'force' 'geninteg'
'help' 'holdver' 'ignorearch' 'install' 'key:' 'log' 'nobuild' 'nocolor'
'nocheck' 'nodeps' 'noextract' 'nosign' 'pkg:' 'repackage' 'rmdeps'
- 'skipchecksums' 'skipinteg' 'skippgpcheck' 'skippgpcheck' 'sign'
- 'source' 'syncdeps' 'verifysource' 'version')
+ 'sign' 'skipchecksums' 'skipinteg' 'skippgpcheck' 'source' 'syncdeps'
+ 'verifysource' 'version')
# Pacman Options
OPT_LONG+=('asdeps' 'noconfirm' 'needed' 'noprogressbar')