Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
uutils-coreutils
Commits:
0ee0c7d1 by Tobias Powalowski at 2026-02-15T18:19:21+01:00
upgpkg: 0.6.0-2: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = uutils-coreutils
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://uutils.github.io/
arch = x86_64
license = MIT
makedepends = git
makedepends = rust
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = oniguruma
source =
uutils-coreutils::git+https://github.com/uutils/coreutils.git#tag=0.6.0
b2sums =
d031a2e61d172f8c864a3ae4feb8899cd5ff89ddb01d80a7a114305e3c59abbf92be5c25109a51396b9d3a75874da17546cbc4bb92cd43a2d757a56adcebcba7
=====================================
PKGBUILD
=====================================
@@ -6,15 +6,15 @@
_pkgname=coreutils
pkgname=uutils-$_pkgname
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
arch=('x86_64')
url='https://uutils.github.io/'
_url='https://github.com/uutils/coreutils'
license=('MIT')
depends=(
- gcc-libs
glibc
+ libgcc
oniguruma
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uutils-coreutils/-/commit/0ee0c7d12db26bc6faf66d85bfd946550464741a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uutils-coreutils/-/commit/0ee0c7d12db26bc6faf66d85bfd946550464741a
You're receiving this email because of your account on gitlab.archlinux.org.