Package Details: paru 2.0.4-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: 1015
Popularity: 19.73
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2024-09-20 18:50 (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 9 10 11 .. 25 Next › Last »

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.

yochananmarqos commented on 2023-08-18 21:34 (UTC)

@Popolon: FYI, cargo is provided by both rust and rustup. That way, users can use either. cargo-nightly is provided by rustup. That is why the dependencies are the way they are.