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: | 8 |
Popularity: | 0.000026 |
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, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- pacman (pacman-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- paruAUR (paru-gitAUR, paru-binAUR) (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
--frozen
flag 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
--frozen
flag:https://github.com/rust-lang/cargo/issues/7584
https://github.com/rust-lang/cargo/issues/3476
--frozen
requires cargo to not fetch any dependencies from crates.io, but not every dependency inCargo.lock
is 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)
cargo
is missing from makedepends(). Please see Rust package guidelines.Missing dependency on
gcc-libs
.