Package Details: topgrade 14.0.1-1

Git Clone URL: https://aur.archlinux.org/topgrade.git (read-only, click to copy)
Package Base: topgrade
Description: Invoke the upgrade procedure of multiple package managers
Upstream URL: https://github.com/topgrade-rs/topgrade
Keywords: upgrade
Licenses: GPL3
Submitter: darwish
Maintainer: darwish (s34m)
Last Packager: s34m
Votes: 59
Popularity: 1.27
First Submitted: 2018-06-10 09:51 (UTC)
Last Updated: 2024-01-25 07:53 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

Superjolly002 commented on 2021-01-18 13:54 (UTC)

How can I fix it?

==> Starting build () ...
error: no override and no default toolchain set
==> ERROR: An error occurred in build ().
     The operation is about to be stopped ...
error making: topgrade

idanski commented on 2020-07-06 12:08 (UTC)

@yochananmarqos - Topgrade is not meant to be compiled with --all-features. We will add --locked. Thank you for your comment!

yochananmarqos commented on 2020-02-27 22:56 (UTC)

Please follow Rust package guidelines:

build() {
    cd "$pkgname-$pkgver"
    cargo build --release --locked --all-features
}

check() {
    cd "$pkgname-$pkgver"
    cargo test --release --locked
}

yochananmarqos commented on 2020-01-28 22:19 (UTC)

It appears armv8 64-bit (aarch64) is also supported.

dano5 commented on 2019-09-19 14:30 (UTC)

latest update:

fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). :: Pulling AUR changes: topgrade fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). :: topgrade not found. :: topgrade has NOT been upgraded!