[aur] show the description field in the info window of not installed packages

This commit is contained in:
Vinicius Moreira
2019-11-29 09:34:50 -03:00
parent a9da7bacc2
commit 4834e8dafd
7 changed files with 7 additions and 0 deletions

View File

@@ -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,