Package Details: paru 2.0.3-1

Git Clone URL: https://aur.archlinux.org/paru.git (read-only, click to copy)
Package Base: paru
Description: Feature packed AUR helper
Upstream URL: https://github.com/morganamilo/paru
Keywords: AUR helper pacman rust wrapper yay
Licenses: GPL-3.0-or-later
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 890
Popularity: 28.07
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2024-03-26 04:28 (UTC)

Dependencies (6)

Sources (1)

Pinned Comments

haxie commented on 2023-05-26 17:45 (UTC)

you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 22 Next › Last »

noahrinehart commented on 2023-12-09 19:43 (UTC)

If you're getting errors like

error: failed to select a version for the requirement env_logger = "^0.10.1" candidate versions found which didn't match: 0.9.3, 0.9.2, 0.9.1, ... location searched: crates.io index

then it might mean that you use rustup to provide cargo, and need to manually update the toolchain to use the latest cargo index. Run

rustup update

rautesamtr commented on 2023-11-30 20:21 (UTC)

cargo fetch --locked --target "$CARCH-unknown-linux-gnu"

breaks on armv7h with error: Error loading target specification: Could not find specification for target "armv7h-unknown-linux-gnu"

cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"

like in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cfddns

kerryeon commented on 2023-11-28 06:07 (UTC)

I think pkg-config[build] and sudo[optional; for building AUR packages] should be dependencies.

THAC0_Tuesday commented on 2023-11-27 22:41 (UTC)

@siavoshkc I had the same error. I have rustup (ie the whole rust toolchain, not just rust) installed on my system and I resolved this issue by running 'rustup update' then doing 'paru -S paru'. Hopefully this is of help to you.

siavoshkc commented on 2023-11-27 06:43 (UTC) (edited on 2023-11-27 06:43 (UTC) by siavoshkc)

Get this error while installing:

error[E0658]: use of unstable library feature 'once_cell'

--> src/pkgbuild.rs:52:11

|

52 | pkgs: OnceCell<Arc\<Vec\<PkgbuildPkg>>>,

| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

|

= note: see issue #74465 https://github.com/rust-lang/rust/issues/74465 for more information

MarsSeed commented on 2023-10-17 06:28 (UTC)

@yochananmarqos, it is a packaging problem, and a serious one at that, if a package manager can break itself without warning when the user removes a package with its orphan dependencies recursively, which includes paru removing openssl-1.1, which in turn breaks paru because paru was built earlier with openssl-1.1 without the paru package declaring its dependency on it. That happened in my case, and it's not a user error. It's actually package maintainers'.

MarsSeed commented on 2023-10-17 06:24 (UTC) (edited on 2023-10-17 06:34 (UTC) by MarsSeed)

Last PKGBUILD change was in 2022-11-17, without pkgver change. So a pkgrel bump is needed. But also please address the problem with undeclared 'openssl' and 'less' dependency as well.

Asutorufa commented on 2023-09-08 05:11 (UTC)

Dependencies need core/less, otherwise sh: line 1: less: command not found.

yochananmarqos commented on 2023-08-18 22:06 (UTC)

@MarsSeed: It's not a packaging problem, it's a guideline that not even all repo packages adhere to yet.

haxie commented on 2023-08-18 21:44 (UTC)

@MarsSeed As stated in the pinned comment, did you contact her via the github page? I'm not seeing anything from you on there, but I may be missing it.

As you can see from @Popolon's comment, this section seems to mostly be filled with users who do not read the comments before commenting.