Search Criteria
Package Details: aurebuildcheck-rs-git 0.2.5.r0.gdb03565-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aurebuildcheck-rs-git.git (read-only, click to copy) |
---|---|
Package Base: | aurebuildcheck-rs-git |
Description: | Archlinux package checker to identify packages which may need a rebuild |
Upstream URL: | https://github.com/mettke/aurebuildcheck-rs |
Licenses: | MIT |
Conflicts: | aurebuildcheck-rs |
Provides: | aurebuildcheck-rs |
Submitter: | RemoteAdmin |
Maintainer: | severach |
Last Packager: | RemoteAdmin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-09 18:03 (UTC) |
Last Updated: | 2020-07-05 06:31 (UTC) |
Dependencies (9)
- file (file-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- which (which-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rustup) (make)
- binutils (optional) – perform checks via readelf
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR) (optional) – perform checks via ldd
- pkgfile (pkgfile-gitAUR) (optional) – find packages containing missing libraries
Latest Comments
dreieck commented on 2025-08-08 11:05 (UTC)
This package downloads stuff during
build()
.This should not happen.
Please move the rust specific downloads steps into
prepare()
so thatbuild()
can run in an offline environment where all sources have already been prepared.Regards and thanks for the package!