PHANTOM
🇮🇳 IN

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

Dependencies (6)

Required by (71)

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

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!

Antiz commented on 2026-01-16 15:58 (UTC) (edited on 2026-01-16 15:59 (UTC) by Antiz)

@fsiegert 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.

fsiegert commented on 2026-01-16 15:54 (UTC)

I believe pkgconf (and openssl?) is missing as makedepends in this PKGBUILD. Compilation only succeeds after installing these.

phoepsilonix commented on 2025-12-22 04:50 (UTC) (edited on 2026-01-31 23:04 (UTC) by phoepsilonix)

References
pacman 7.1.0(libalpm16) above

rust 2024 edition
https://github.com/Morganamilo/paru/pull/1500
https://github.com/Morganamilo/aur-depends/pull/24

example

git clone https://aur.archlinux.org/paru.git
cd paru
curl -L https://gist.github.com/phoepsilonix/1f841b74270ad6a21bc4a065fceaebcd/raw/4fc68830fc9e617da99ae7476d66be3ac7516eb0/gistfile1.txt | patch -p1 -i-
makepkg -Cfi

ref https://aur.archlinux.org/packages/paru-static

fiskhest commented on 2025-12-17 11:27 (UTC)

FWIW I still got some errors relating to rust. After I rustup update'd this built fine.

wooptoo commented on 2025-12-17 11:07 (UTC)

nsmcclellan's suggestion worked for me; paru builds fine now

nsmcclellan commented on 2025-12-17 04:34 (UTC)

If you trouble building this over the last few days, try again. It should work now. Worked for me.