cc65
- Path: arch/maintained/cc65 (new – vendored from AUR 2026-08-02 to
unblock adtpro-git, which assumed it already installed)
- 2026-08-02: added as a submodule from AUR
(
https://aur.archlinux.org/cc65.git – used https instead of
scripts/add_maintained.sh’s hardcoded ssh://aur@aur.archlinux.org/
because the AUR’s git-over-ssh endpoint was down for maintenance at
the time; git-over-https worked fine). Built+published cleanly
(2.19-1, + cc65-debug) on both i686 and x86_64.
- namcap noted
license=('BSD') isn’t a valid SPDX identifier and
depends doesn’t declare glibc even though binaries link
libc.so.6/libm.so.6 – both minor/non-blocking AUR-package nits,
not fixed (this is someone else’s AUR PKGBUILD, not ours to edit
beyond what’s needed to build).