Search Criteria
Package Details: rust-bindgen-git 0.71.1.r7.g59a43e10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rust-bindgen-git.git (read-only, click to copy) |
---|---|
Package Base: | rust-bindgen-git |
Description: | Automatically generates Rust FFI bindings to C (and some C++) libraries |
Upstream URL: | https://github.com/rust-lang-nursery/rust-bindgen |
Licenses: | BSD-3-Clause |
Conflicts: | rust-bindgen |
Provides: | rust-bindgen |
Submitter: | passcod |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-18 07:59 (UTC) |
Last Updated: | 2025-01-26 21:09 (UTC) |
Dependencies (4)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (54)
- amdonly-gaming-mesa-git (requires rust-bindgen) (make)
- amdonly-gaming-opencl-clover-mesa-git (requires rust-bindgen) (make)
- amdonly-gaming-opencl-rusticl-mesa-git (requires rust-bindgen) (make)
- amdonly-gaming-vulkan-mesa-layers-git (requires rust-bindgen) (make)
- amdonly-gaming-vulkan-radeon-git (requires rust-bindgen) (make)
- aya-tool-git (requires rust-bindgen)
- bonsai-coreutils-git (requires rust-bindgen) (make)
- chromium-no-extras (requires rust-bindgen) (make)
- cronet (requires rust-bindgen) (make)
- crosvm-git (requires rust-bindgen) (make)
- easytier-cli-git (requires rust-bindgen) (make)
- easytier-core-git (requires rust-bindgen) (make)
- easytier-git (requires rust-bindgen) (make)
- easytier-web-git (requires rust-bindgen) (make)
- harakit-git (requires rust-bindgen) (make)
- lib32-amdonly-gaming-mesa-git (requires rust-bindgen) (make)
- lib32-amdonly-gaming-opencl-clover-mesa-git (requires rust-bindgen) (make)
- lib32-amdonly-gaming-opencl-rusticl-mesa-git (requires rust-bindgen) (make)
- lib32-amdonly-gaming-vulkan-mesa-layers-git (requires rust-bindgen) (make)
- lib32-amdonly-gaming-vulkan-radeon-git (requires rust-bindgen) (make)
- Show 34 more...
Latest Comments
ljrk commented on 2018-05-02 13:42 (UTC)
pkgver() generates a short commit-hash with 8 digits for me at least (af54e58a) thus always thinking this package is out-of-date. One could force set the digits with --abbrev=7 to make this behavior more consistent. I'm not entirely sure why it's 8 digits for me since this happens only with this package but core.abbrev is not set.
Also it shouldn't be needed to specify --abbrev-commit since format=%h already means it should only print the abbreviated commit. Additionally in VCS package guidelines they usually prefix the commit with a
g
for some reason, one could adopt this, resulting inversion=$(grep version Cargo.toml -h --color=never | head -n 1 | sed "s/version = \"([^\n]+)\"/\1/") printf %s.%s "$version" "$(git rev-parse --short=7 HEAD)"
Stebalien commented on 2015-11-18 16:33 (UTC)
vojtechkral commented on 2015-06-02 19:44 (UTC)
gsingh93 commented on 2015-05-28 14:41 (UTC)
passcod commented on 2015-01-10 23:08 (UTC)
gsingh93 commented on 2015-01-02 09:15 (UTC)
<deleted-account> commented on 2014-11-20 21:25 (UTC)