Package Details: topgrade 15.0.0-2

Git Clone URL: https://aur.archlinux.org/topgrade.git (read-only, click to copy)
Package Base: topgrade
Description: Upgrade all the things
Upstream URL: https://topgrade-rs.github.io
Licenses: GPL-3.0-or-later
Submitter: darwish
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 64
Popularity: 2.68
First Submitted: 2018-06-10 09:51 (UTC)
Last Updated: 2024-09-02 15:22 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

yochananmarqos commented on 2024-09-02 15:29 (UTC)

@AThePeanut4: Thanks for the heads up. By the way, one can also disable self-update via an environment variable or a flag in the config file.

AThePeanut4 commented on 2024-09-02 10:32 (UTC)

The latest PKGBUILD update seems to have enabled self-updating, which (a) doesn't work unless topgrade is run as root and (b) shouldn't really be used anyway since the files are managed by pacman.

The cause is the addition of --all-features, which enables the self-update feature. Topgrade doesn't have any features besides the self-updating one, so removing --all-features should be the easiest fix.

topgrade-git has the same issue, with the same fix.

ShinobiX9X commented on 2023-02-23 14:59 (UTC)

Thnx @damax. had to find how to do, but I figured it out :)

damax commented on 2023-02-23 14:28 (UTC)

Fixed my installation manually, updating checksum, something like two weeks ago.

ShinobiX9X commented on 2023-02-22 10:57 (UTC)

Not working anymore? I keep getting an error for months now with yay

Posi commented on 2023-02-01 19:31 (UTC)

Checksum need to be 9b94eb5c0fbffcbcf7a4862bf239e31cb9700f517f909d17aa109ba030efe17e

shape93 commented on 2023-01-31 10:31 (UTC)

Validity check fails in latest version

micwoj92 commented on 2022-11-28 20:53 (UTC)

No need to install gpl3 license as it is already provided by licenses package.

Needs to depend on gcc-libs.

Please also read rust packaging guidelines for small improvements that can be done https://wiki.archlinux.org/title/Rust_package_guidelines#Prepare