mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] fix: removing a duplicate call to checking for AUR updates
This commit is contained in:
@@ -22,7 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Arch
|
- Arch
|
||||||
- silent crash when handling and displaying transaction sub-status
|
- silent crash when handling and displaying transaction sub-status
|
||||||
- AUR: not detecting installed packages anymore due to recent AUR API changes
|
- AUR: not detecting installed packages anymore due to recent AUR API changes
|
||||||
- installation fails when several dependent packages conflict with the installed ones
|
- installation fails when several dependent packages conflict with the installed ones
|
||||||
|
- removing a duplicate call to checking for AUR updates
|
||||||
|
|
||||||
- AppImage
|
- AppImage
|
||||||
- search: displaying duplicate installed apps for some cases
|
- search: displaying duplicate installed apps for some cases
|
||||||
|
|||||||
@@ -519,10 +519,6 @@ class DependenciesAnalyser:
|
|||||||
if repo_providers_data:
|
if repo_providers_data:
|
||||||
deps_data.update(repo_providers_data)
|
deps_data.update(repo_providers_data)
|
||||||
|
|
||||||
if aur_providers_no_data:
|
|
||||||
for pkgname, pkgdata in self.aur_client.gen_updates_data(aur_providers_no_data):
|
|
||||||
deps_data[pkgname] = pkgdata
|
|
||||||
|
|
||||||
if aur_data_filler:
|
if aur_data_filler:
|
||||||
aur_data_filler.join()
|
aur_data_filler.join()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user