Package Details: paru 2.1.0-2

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: 1192
Popularity: 28.96
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2025-12-12 05:03 (UTC)

Dependencies (6)

Required by (89)

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 .. 28 Next › Last »

enihcam commented on 2026-05-01 13:09 (UTC)

paru is not releasing new versions. can we backport https://github.com/Morganamilo/paru/commit/5be0cfa3ce73a111a2cef0dc0abdc6b6bad0ff9c ?

the bash-completion issue is annoying.

solsticedhiver commented on 2026-04-24 12:35 (UTC)

FAils to build on armv7h with:

[...]
error[E0080]: attempt to compute `16_usize - 24_usize`, which would overflow
    --> /home/alarm/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alpm-sys-4.0.5/src/ffi_git.rs:2856:31
     |
2856 |     ["Size of __va_list_tag"][::std::mem::size_of::<__va_list_tag>() - 24usize];
     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `ffi_git::_` failed here

For more information about this error, try `rustc --explain E0080`.
error: could not compile `alpm-sys` (lib) due to 34 previous errors
warning: build failed, waiting for other jobs to finish...

Antiz commented on 2026-04-17 07:07 (UTC) (edited on 2026-04-17 07:07 (UTC) by Antiz)

@rai the base-devel meta-package (which includes pkgconf) is assumed installed when building packages.
Members of said meta-package should not be listed as makedepends.

See https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites & https://wiki.archlinux.org/title/PKGBUILD#makedepends for more details.

rai commented on 2026-04-16 18:24 (UTC)

seems to also require pkgconf which is currently missing from the dependency list

gerliczkowalczuk commented on 2026-04-08 20:22 (UTC)

Hi, the current version in the PKGBUILD matches the latest upstream release. Could you please remove the out-of-date flag?

Thanks for maintaining this package!

phisch commented on 2026-03-26 02:46 (UTC)

clang should be added to the dependencies

bartko666111 commented on 2026-02-24 13:58 (UTC)

I'll buy a beer to anyone who can translate the paru messages into Polish.

phoepsilonix commented on 2026-02-09 12:05 (UTC) (edited on 2026-02-09 12:05 (UTC) by phoepsilonix)

@MiguVT

During the pacman upgrade, a period occurred where alpm16 was not supported, temporarily rendering builds impossible. It is likely that the flag was set during this interval.
The alpm and alpm-utils packages were updated. It is believed that builds became possible again because the updates were reflected via the cargo update command.
In other words, by rebuilding paru, it became possible to use a paru version compatible with the libalpm16 library.

MiguVT commented on 2026-02-08 20:46 (UTC)

Why flagged as out of date when everything is up to date?

fsiegert commented on 2026-01-16 18:53 (UTC)

@Antiz Thanks for the reminder, I completely forgot!