Search Criteria
Package Details: pacpreview 0.5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pacpreview.git (read-only, click to copy) |
|---|---|
| Package Base: | pacpreview |
| Description: | Pacman package info viewer, intended for use with fzf --preview |
| Upstream URL: | https://github.com/TheCycoONE/pacpreview |
| Licenses: | GPL3 |
| Submitter: | TheCycoONE |
| Maintainer: | TheCycoONE |
| Last Packager: | TheCycoONE |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-28 22:16 (UTC) |
| Last Updated: | 2025-12-16 23:56 (UTC) |
Dependencies (3)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- fzf (fzf-gitAUR) (optional) – use as a search tool
Latest Comments
murlakatamenka commented on 2026-01-11 13:28 (UTC) (edited on 2026-01-11 13:29 (UTC) by murlakatamenka)
Here is a patch to make the
PKGBUILDcloser to Rust package guidelines:TheCycoONE commented on 2025-12-16 23:57 (UTC)
Removed check and bumped to the latest version. Thanks @murlakatamenka
murlakatamenka commented on 2025-02-27 18:50 (UTC)
Hi!
Can you please remove
check()for now since it doesn't do anything but waste CPU cycles? Thanks