File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v0.82.0
2+ - better pacman support - order
13## v0.81.0
24- better pacman support
35## v0.80.0
Original file line number Diff line number Diff line change @@ -129,9 +129,7 @@ class SearchCommand extends Command {
129129 final packageLabel = result.repo == 'aur' ? 'AUR' : 'PM' ;
130130 final fullName = repoInfo.isNotEmpty ? '$repoInfo ${result .name }' : result.name;
131131
132- out (
133- '{@yellow}[$packageLabel ]{@end} {@blue}$fullName {@end}$version $popularity - ${result .description ?? '' }' ,
134- );
132+ out ('{@yellow}[$packageLabel ]{@end} {@blue}$fullName {@end}$version $popularity - ${result .description ?? '' }' );
135133 }
136134
137135 // Then display xpm results (moved after native results)
Original file line number Diff line number Diff line change 22const name = 'xpm' ;
33const description =
44 'Universal package manager for any unix-like distro including macOS. Also experimental Windows support.' ;
5- const version = '0.81 .0' ;
5+ const version = '0.82 .0' ;
66const homepage = 'https://xpm.link' ;
77const repository = 'https://github.com/verseles/xpm' ;
88const executables = '{xpm: null}' ;
Original file line number Diff line number Diff line change 11name : xpm
22description : Universal package manager for any unix-like distro including macOS. Also experimental Windows support.
3- version : 0.81 .0
3+ version : 0.82 .0
44homepage : https://xpm.link
55repository : https://github.com/verseles/xpm
66executables :
You can’t perform that action at this time.
0 commit comments