Skip to content

Commit 2d950fa

Browse files
oech3lazka
andauthored
uutils-coreutils: bump nix (#6272)
* uutils-coreutils: bump nix * pkgrel bump --------- Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
1 parent 0c353cf commit 2d950fa

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

uutils-coreutils/PKGBUILD

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_realname=coreutils
55
pkgname="uutils-${_realname}"
66
pkgver=0.8.0
7-
pkgrel=1
7+
pkgrel=2
88
pkgdesc="Cross-platform Rust rewrite of the GNU coreutils"
99
arch=('any')
1010
url='https://github.com/uutils/coreutils'
@@ -16,22 +16,13 @@ msys2_references=(
1616
license=('spdx:MIT')
1717
depends=("gcc-libs" "oniguruma")
1818
makedepends=("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

2522
prepare() {
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

0 commit comments

Comments
 (0)