Search Criteria
Package Details: parui-git 1.0.11.r0.63af503-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/parui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | parui-git |
| Description: | Simple TUI frontend for paru or yay. |
| Upstream URL: | https://github.com/Vonr/parui |
| Licenses: | MIT |
| Submitter: | Qther |
| Maintainer: | Qther |
| Last Packager: | Qther |
| Votes: | 9 |
| Popularity: | 0.001233 |
| First Submitted: | 2022-05-11 11:43 (UTC) |
| Last Updated: | 2023-09-10 01:38 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- pacman (pacman-fancy-gitAUR, pacman-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- paruAUR (paru-binAUR, paru-key-gitAUR, paru-gitAUR, paru-patchAUR) (optional) – default AUR interface
- yayAUR (yay-binAUR, yay-gitAUR) (optional) – alternative AUR interface
Latest Comments
Qther commented on 2023-09-10 01:41 (UTC)
Removed the --frozen flags, thank you for notifying me!
3cats commented on 2023-09-09 20:52 (UTC) (edited on 2023-09-09 20:53 (UTC) by 3cats)
I've been running into build errors with this package, and I think the
--frozenflag needs to be removed from the build step. I tried modifying the PKGBUILD locally without that flag, and the installation succeeds.Here are some GitHub issues I found relating to the
--frozenflag:https://github.com/rust-lang/cargo/issues/7584
https://github.com/rust-lang/cargo/issues/3476
--frozenrequires cargo to not fetch any dependencies from crates.io, but not every dependency inCargo.lockis explicitly vendored. I'm not familiar with Rust packaging idioms in Arch, but removing the flag and allowing cargo to fetch the dependencies specified in Cargo.lock seems reasonable to me.Error Output:
Qther commented on 2022-05-12 03:01 (UTC)
Thank you! I've fixed and pushed these changes.
yochananmarqos commented on 2022-05-11 17:01 (UTC)
cargois missing from makedepends(). Please see Rust package guidelines.Missing dependency on
gcc-libs.