mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-16 07:19:57 +00:00
fix: do not treat cached vcs packages as local
This commit is contained in:
@ -153,6 +153,8 @@ class UpdateHandler(PackageInfo, Cleaner):
|
||||
local = packages.get(remote.base)
|
||||
if local is None:
|
||||
continue # we don't add packages automatically
|
||||
if local.remote.is_remote:
|
||||
continue # avoid checking AUR packages
|
||||
|
||||
if local.is_outdated(remote, self.paths,
|
||||
vcs_allowed_age=self.vcs_allowed_age,
|
||||
|
Reference in New Issue
Block a user