From 1018a438c9c7c3e32a26944a05cf4d50d86ef988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 11 Feb 2020 19:10:10 -0300 Subject: [PATCH] [fix][aur] list attributes --- bauh/gems/arch/aur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/arch/aur.py b/bauh/gems/arch/aur.py index a4ab0465..253f3801 100644 --- a/bauh/gems/arch/aur.py +++ b/bauh/gems/arch/aur.py @@ -30,7 +30,7 @@ KNOWN_LIST_FIELDS = ('validpgpkeys', 'sha512sums_x86_64', 'source', 'source_x86_64', - 'source_i686' + 'source_i686', 'makedepends', 'makedepends_x86_64', 'makedepends_i686')