Search Criteria
Package Details: rust-bindgen-git 0.53.2.63ae30b-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: | Binding generator for rust language |
Upstream URL: | https://github.com/rust-lang-nursery/rust-bindgen |
Licenses: | BSD |
Submitter: | passcod |
Maintainer: | bkfox |
Last Packager: | bkfox |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-18 07:59 (UTC) |
Last Updated: | 2020-03-22 18:31 (UTC) |
Dependencies (2)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
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)