mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 18:54:16 +02:00
arch:using axel to pre-download source file | info window handling list attributes better
This commit is contained in:
@@ -61,6 +61,8 @@ def get_info_dict(pkg_name: str) -> dict:
|
||||
|
||||
if attr == 'optional deps' and info_dict[attr]:
|
||||
info_dict[attr] = RE_DEPS.findall(info_dict[attr])
|
||||
elif attr == 'depends on' and info_dict[attr]:
|
||||
info_dict[attr] = [d.strip() for d in info_dict[attr].split(' ') if d]
|
||||
|
||||
return info_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user