From 726254fd907cc87941ce109ff4eff93eec5e927c Mon Sep 17 00:00:00 2001 From: ognevny Date: Fri, 10 Apr 2026 19:13:20 +0300 Subject: [PATCH] uutils-coreutils: make it as a drop-in of gnu coreutils another try --- uutils-coreutils/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/uutils-coreutils/PKGBUILD b/uutils-coreutils/PKGBUILD index fea794447c1..417930e6e56 100644 --- a/uutils-coreutils/PKGBUILD +++ b/uutils-coreutils/PKGBUILD @@ -4,7 +4,7 @@ _realname=coreutils pkgname="uutils-${_realname}" pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform Rust rewrite of the GNU coreutils" arch=('any') url='https://github.com/uutils/coreutils' @@ -16,9 +16,10 @@ msys2_references=( license=('spdx:MIT') depends=("gcc-libs" "oniguruma") makedepends=("git" "rust" "pkgconf") +provides=("coreutils") +conflicts=("coreutils") source=("https://github.com/uutils/coreutils/archive/${pkgver}/${_realname}-${pkgver}.tar.gz" - "git+https://github.com/nix-rust/nix#tag=v0.31.2" - ) + "git+https://github.com/nix-rust/nix#tag=v0.31.2") sha256sums=('03f765fd23e9cc66f8789edc6928644d8eae5e5a7962d83795739d0a8a85eaef' '93c4a2491774ddb2badc665310fab119272245d7bfbd68c2721900bc3de3bf8f') @@ -48,7 +49,7 @@ package() { PREFIX="/usr" \ PROFILE=release \ LIBSTDBUF_DIR="/usr/lib/${pkgname}" \ - PROG_PREFIX="uu-" \ + SKIP_UTILS="more kill uptime" \ MULTICALL=y install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"