mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
make paclog-pkglist understand 'downgraded'
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ce9fd69eba
commit
06d761a020
2
contrib/paclog-pkglist.sh.in
Normal file → Executable file
2
contrib/paclog-pkglist.sh.in
Normal file → Executable file
@ -72,7 +72,7 @@ nfields == 6 && action == "installed" {
|
|||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
||||||
nfields == 8 && action == "upgraded" {
|
nfields == 8 && (action == "upgraded" || action == "downgraded") {
|
||||||
sub(/\)/, "", upgver)
|
sub(/\)/, "", upgver)
|
||||||
pkg[pkgname] = upgver
|
pkg[pkgname] = upgver
|
||||||
next
|
next
|
||||||
|
Loading…
Reference in New Issue
Block a user