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"