Package Details: paru 2.0.1-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: GPL3
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 819
Popularity: 22.26
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2023-12-01 22:22 (UTC)

Dependencies (5)

Required by (21)

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

1 2 3 4 5 6 .. 20 Next › Last »

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.

MarsSeed commented on 2023-08-18 21:39 (UTC)

But there is a packaging problem that needs to be addressed, as I mentioned in May 2023. It hasn't got any answer yet from maintainer.