Package Details: rustfmt-nightly-git 0.99.6.4082-1

Git Clone URL: https://aur.archlinux.org/rustfmt-nightly-git.git (read-only, click to copy)
Package Base: rustfmt-nightly-git
Description: Format Rust code
Upstream URL: https://github.com/rust-lang-nursery/rustfmt
Licenses: MIT, Apache
Conflicts: rustfmt
Provides: rustfmt
Submitter: quininer
Maintainer: NieDzejkob
Last Packager: NieDzejkob
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-12 16:40 (UTC)
Last Updated: 2018-10-20 23:33 (UTC)

Required by (2)

Sources (1)

Latest Comments

BigfootLives commented on 2020-11-30 16:17 (UTC)

This currently fails to build due to an issue in pkgver(). Switching the second line of that function to this fixes it:

echo "$(echo $(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2).$(git rev-list --count HEAD) | sed s/-/_/g)"