Package Details: paru-git 1.7.3.r22.g1ed1f29-1

Git Clone URL: https://aur.archlinux.org/paru-git.git (read-only, click to copy)
Package Base: paru-git
Description: Feature packed AUR helper
Upstream URL: https://github.com/morganamilo/paru
Keywords: AUR helper pacman rust wrapper yay
Licenses: GPL3
Conflicts: paru
Provides: paru
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 29
Popularity: 2.23
First Submitted: 2020-10-19 00:48 (UTC)
Last Updated: 2021-06-28 12:53 (UTC)

Required by (17)

Sources (1)

Pinned Comments

alex19EP commented on 2021-12-06 17:29 (UTC)

pleas don't flag if it builds.

Latest Comments

MithicSpirit commented on 2022-08-17 22:01 (UTC)

This PKGBUILD currently does not adhere to the Rust package guidelines. Specifically, it is missing

prepare() {
    cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}

If this is added, the --locked flag to cargo build in build() should also be changed to --frozen. Since this is a -git package, it may also be good to run cargo update in prepare() prior to cargo fetch.

There are also many instances of paru throughout the PKGBUILD, which could be replaced with $_pkgname, but this doesn't matter.

haawda commented on 2022-08-02 19:51 (UTC)

Please add 'git' to makedepends.

alex19EP commented on 2021-12-06 17:29 (UTC)

pleas don't flag if it builds.

nainar commented on 2021-03-30 11:51 (UTC)

1.5.0 is released https://github.com/Morganamilo/paru/releases/tag/v1.5.0