[arch] fix -> 'conflict with' field not being displayed as a list on the info window

This commit is contained in:
Vinicius Moreira
2020-09-11 12:24:41 -03:00
parent 231c77c7da
commit 6095c1a934

View File

@@ -70,7 +70,7 @@ def get_info_list(pkg_name: str, remote: bool = False) -> List[tuple]:
def get_info_dict(pkg_name: str, remote: bool = False) -> dict:
list_attrs = {'depends on', 'required by'}
list_attrs = {'depends on', 'required by', 'conflicts with'}
info_list = get_info_list(pkg_name, remote)
if info_list: