Package Details: topgrade-bin 16.0.3-1

Git Clone URL: https://aur.archlinux.org/topgrade-bin.git (read-only, click to copy)
Package Base: topgrade-bin
Description: Invoke the upgrade procedure of multiple package managers
Upstream URL: https://github.com/topgrade-rs/topgrade
Keywords: upgrade
Licenses: GPL3
Conflicts: topgrade
Provides: topgrade
Submitter: Sintan
Maintainer: Sintan (s34m)
Last Packager: Sintan
Votes: 8
Popularity: 0.72
First Submitted: 2022-12-01 22:15 (UTC)
Last Updated: 2025-04-05 03:14 (UTC)

Latest Comments

« First ‹ Previous 1 2

Sintan commented on 2023-01-30 18:35 (UTC)

@tee Looks like you have a preexisting completion file for topgrade for some reason. You can try doing paru -S --overwrite "*" topgrade-bin. Replace paru with your preferred AUR helper. If installing manually, you can just comment out the lines

if $(command -v fish &> /dev/null); then
        ./topgrade --gen-completion fish > topgrade.fish
        install -Dm644 ./topgrade.fish "${pkgdir}/usr/share/fish/completions/topgrade.fish"
fi

tee commented on 2023-01-30 07:00 (UTC)

Failed to install for me.

error: failed to commit transaction (conflicting files)
topgrade-bin: /usr/share/fish/completions/topgrade.fish exists in filesystem (owned by fish)
Errors occurred, no packages were upgraded.
 -> exit status 1

htower commented on 2022-12-26 06:08 (UTC)

@Sintan Everything works well, thanks for the fix.

Sintan commented on 2022-12-25 16:17 (UTC)

@htower Should be fixed now. I don't have a device to test it on, though. Let me know if you still face problems.

htower commented on 2022-12-25 14:35 (UTC)

Doesn't build on PiKVM (Raspberry Pi 4 Model B):

==> ERROR: topgrade-bin is not available for the 'armv7h' architecture.

The fix is trivial - armv7 should be replaced with armv7h