mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
21 hours ago aa029c3801cfc2ee57e928c568a6b1480bd64e67
src/archrepobuild/cli.py
@@ -197,6 +197,12 @@
            with console.status("Checking packages..."):
                for pkg in packages:
                    # Ignore debug packages if the regular version is in official repos
                    if pkg.name.endswith("-debug"):
                        base_name = pkg.name[:-6]
                        if resolver.is_in_official_repos(base_name, include_all=all_repos):
                            continue
                    if resolver.is_in_official_repos(pkg.name, include_all=all_repos):
                        in_official.append(pkg.name)
                    elif not await aur.is_available(pkg.name):