You may notice that the official repositories have yet to package python-installer 1.0.1+. We require that version due to a bug that blocks upgrades, related to symlinks.
To get this package to build, simply bump python-installer yourself:
- Fetch the PKGBUILD for python-installer. You can do this through a helper (e.g.
paru -G python-installer) or by simple cloning (git clone https://gitlab.archlinux.org/archlinux/packaging/packages/python-installer.git). - Open the PKGBUILD file and change line 8 to
pkgver=1.0.1. Replace line 39 withb2sums=('9101f90e108894c675b605123a372b45b43b4720fb1ac2eee18ea15d7759e8e1e0adeccc0da006fb3bba25e5094310158206182527ff82249a3aecacf08fcb39')(or update the checksum yourself). cdto the directory for python-installer's PKGBUILD and runmakepkg -si.
Pinned Comments
aliu commented on 2026-06-24 20:20 (UTC) (edited on 2026-06-24 20:20 (UTC) by aliu)
You may notice that the official repositories have yet to package python-installer 1.0.1+. We require that version due to a bug that blocks upgrades, related to symlinks.
To get this package to build, simply bump python-installer yourself:
paru -G python-installer) or by simple cloning (git clone https://gitlab.archlinux.org/archlinux/packaging/packages/python-installer.git).pkgver=1.0.1. Replace line 39 withb2sums=('9101f90e108894c675b605123a372b45b43b4720fb1ac2eee18ea15d7759e8e1e0adeccc0da006fb3bba25e5094310158206182527ff82249a3aecacf08fcb39')(or update the checksum yourself).cdto the directory for python-installer's PKGBUILD and runmakepkg -si.