blob: a30665a0e169fe5e7cc82b8077e8ec3f9e5604dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff -Naur zsh-4.3.10.old/Completion/Linux/Command/_pkgtool zsh-4.3.10/Completion/Linux/Command/_pkgtool
--- zsh-4.3.10.old/Completion/Linux/Command/_pkgtool 2005-06-24 10:15:27.000000000 -0400
+++ zsh-4.3.10/Completion/Linux/Command/_pkgtool 2009-07-07 20:39:01.000000000 -0400
@@ -12,7 +12,7 @@
"-ask[always ask on package installation regardless of package's priority]" \
'-priority[provide a priority for the entire package list to use]:priority list:(ADD REC OPT SKP)' \
'-tagfile[specify a different file to use for package priorities]:tagfile:_files -/' \
- '*:package file:_files -g "*.tgz(-.)"'
+ '*:package file:_files -g "*.t[gblx]z(-.)"'
;;
removepkg)
@@ -29,11 +29,11 @@
'--install-new[install new packages in addition to upgrading existing ones]' \
'--reinstall[upgrade even when the same version is already installed]' \
'--verbose[show all the gory details of the upgrade]' \
- '*:package file:_files -g "*.tgz(-.)"'
+ '*:package file:_files -g "*.t[gblx]z(-.)"'
;;
explodepkg)
- _wanted file expl 'package file' _files -g '*.tgz(-.)'
+ _wanted file expl 'package file' _files -g '*.t[gblx]z(-.)'
;;
makepkg)
|