mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[arch] fix -> not able to upgrade a package that explicitly defines a conflict with itself
This commit is contained in:
@@ -144,7 +144,7 @@ class UpdatesSummarizer:
|
||||
for p, data in context.pkgs_data.items():
|
||||
if data['c']:
|
||||
for c in data['c']:
|
||||
if c and c in context.installed_names:
|
||||
if c and c != p and c in context.installed_names:
|
||||
# source = provided_map[c]
|
||||
root_conflict[c] = p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user