File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44_realname=coreutils
55pkgname=" uutils-${_realname} "
66pkgver=0.8.0
7- pkgrel=1
7+ pkgrel=2
88pkgdesc=" Cross-platform Rust rewrite of the GNU coreutils"
99arch=(' any' )
1010url=' https://github.com/uutils/coreutils'
@@ -16,22 +16,13 @@ msys2_references=(
1616license=(' spdx:MIT' )
1717depends=(" gcc-libs" " oniguruma" )
1818makedepends=(" git" " rust" " pkgconf" )
19- source=(" https://github.com/uutils/coreutils/archive/${pkgver} /${_realname} -${pkgver} .tar.gz"
20- " git+https://github.com/nix-rust/nix#tag=v0.31.2"
21- )
22- sha256sums=(' 03f765fd23e9cc66f8789edc6928644d8eae5e5a7962d83795739d0a8a85eaef'
23- ' 93c4a2491774ddb2badc665310fab119272245d7bfbd68c2721900bc3de3bf8f' )
19+ source=(" https://github.com/uutils/coreutils/archive/${pkgver} /${_realname} -${pkgver} .tar.gz" )
20+ sha256sums=(' 03f765fd23e9cc66f8789edc6928644d8eae5e5a7962d83795739d0a8a85eaef' )
2421
2522prepare () {
2623 cd " ${_realname} -${pkgver} "
27- git -C ../nix cherry-pick -n 962d80cb6174f305d954ae2015d3d94bd4efd93e # add ioctl
28- cat >> Cargo.toml << END
2924
30- [patch.crates-io]
31- nix.path = "../nix"
32- END
33-
34- cargo update -p nix
25+ cargo update -p nix --precise 0.31.3 # done at upstream
3526 cargo fetch --locked --target " ${RUST_CHOST} "
3627}
3728
You can’t perform that action at this time.
0 commit comments