Search Criteria
Package Details: parui 1.0.18-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/parui.git (read-only, click to copy) |
---|---|
Package Base: | parui |
Description: | Simple TUI frontend for paru or yay |
Upstream URL: | https://github.com/Vonr/parui |
Keywords: | pacman paru tui yay |
Licenses: | MIT |
Submitter: | orhun |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 3 |
Popularity: | 0.021381 |
First Submitted: | 2024-04-22 20:59 (UTC) |
Last Updated: | 2025-06-14 15:41 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- paruAUR (paru-gitAUR, paru-binAUR) (optional) – default AUR interface
- yayAUR (yay-binAUR, yay-gitAUR) (optional) – alternative AUR interface
Latest Comments
orhun commented on 2025-06-14 15:36 (UTC)
Ah yes, you are right! Sorry
Fixed now
yochananmarqos commented on 2025-06-13 17:26 (UTC)
@orhun: Are you sure? The PKGBUILD has LTO disabled.
orhun commented on 2025-06-13 07:16 (UTC)
I just built in a clean chroot with LTO enabled without problems 🤔
yochananmarqos commented on 2025-06-11 23:12 (UTC)
@orhun: This will build with LTO enabled adding
CFLAGS+=" -ffat-lto-objects"
to the build function. See https://archlinux.org/todo/lto-fat-objects/