Improve package state detection speed (#326)

Don't query for full details of a package. It is sufficient to output
the name and version. This also simplifies parsing the output.
This commit is contained in:
Jürgen Hötzel 2020-05-13 08:46:05 +02:00 committed by GitHub
commit 43c805f7db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "pacman - Improve package state detection speed: Don't query for full details of a package."