mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 14:24:15 +02:00
[aur] show the description field in the info window of not installed packages
This commit is contained in:
@@ -294,6 +294,7 @@ class ArchManager(SoftwareManager):
|
||||
info = {
|
||||
'01_id': pkg.id,
|
||||
'02_name': pkg.name,
|
||||
'03_description': pkg.description,
|
||||
'03_version': pkg.version,
|
||||
'04_popularity': pkg.popularity,
|
||||
'05_votes': pkg.votes,
|
||||
|
||||
Reference in New Issue
Block a user