Source calamares from official extra, not [breadway]

calamares and calamares-qt6 are in Arch's extra repo; no custom PKGBUILD
needed. Update packages.x86_64 and the pacman.conf comment accordingly.
This commit is contained in:
Breadway 2026-06-13 16:40:59 +08:00
parent 7d7737c3b0
commit e8e33e35c4
2 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ foot
# File manager # File manager
nautilus nautilus
# Installer — sourced from [breadway] repo (see pacman.conf) # Installer — from the official extra repo
calamares calamares
calamares-qt6 calamares-qt6

View file

@ -26,9 +26,9 @@ Include = /etc/pacman.d/mirrorlist
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
# Breadway custom repo — provides: bakery, calamares (pre-built), and the # Breadway custom repo — provides: bakery and the bread ecosystem packages
# bread ecosystem packages (bread, breadbar, breadbox, breadcrumbs, breadpad, # (bread, breadbar, breadbox, breadcrumbs, breadpad, bos-settings).
# bos-settings). # (calamares comes from the official extra repo, not here.)
# #
# Packages are published to the Forgejo Arch registry (group "os") by the # Packages are published to the Forgejo Arch registry (group "os") by the
# .forgejo/workflows/package.yml workflow in each repo, on tag push. # .forgejo/workflows/package.yml workflow in each repo, on tag push.