Package Details: topgrade-git 10.2.1.r1263.73888e7-1

Git Clone URL: https://aur.archlinux.org/topgrade-git.git (read-only, click to copy)
Package Base: topgrade-git
Description: Invoke the upgrade procedure of multiple package managers
Upstream URL: https://github.com/topgrade-rs/topgrade
Licenses: GPL3
Conflicts: topgrade
Provides: topgrade
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 2
Popularity: 0.000030
First Submitted: 2022-05-17 18:17 (UTC)
Last Updated: 2022-12-02 18:59 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

bader commented on 2022-10-28 05:25 (UTC) (edited on 2022-10-28 05:26 (UTC) by bader)

Currently, the package fails to build due to a directory name change

==> Starting package()...
install: cannot stat 'target/release/topgrade-rs': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: topgrade-git

to fix this issue remove -rs from line 32

FIXED:

  install -Dm755 target/release/${pkgname%-git} "$pkgdir"/usr/bin/${pkgname%-git}

TechXero commented on 2022-10-17 20:20 (UTC)

Question,

How can I make it replace the regular topgrade package ? I have a DIstro I want to make this one replace one that was previously shipped..

TechXero commented on 2022-10-17 19:55 (UTC) (edited on 2022-10-17 20:06 (UTC) by TechXero)

error mkdir: cannot create directory ‘target/release’: No such file or directory

you forgot the -p flag for mkdir in prepare () part

haawda commented on 2022-10-17 18:39 (UTC)

I found a solution.

haawda commented on 2022-10-17 17:32 (UTC)

First, thanks for the heads-up.

Second, the new fork seems to be broken, at least I do not get a topgrade binary using the current build function.

TechXero commented on 2022-10-17 16:11 (UTC)

Hey

Since dev decided to close down the project why not update n use fork mentioned by him ? https://github.com/topgrade-rs/topgrade