diff options
| author | kj-sh604 | 2025-05-27 00:56:45 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 00:56:45 -0400 |
| commit | 20dd9649c35b09401fb511ad33892be6d25b9c9c (patch) | |
| tree | c66365313a9cc96e2ccbec9a90ef95e37389d32b /coreutils-uutils/.SRCINFO | |
| parent | 784c5bdad0a12a31f933b6a405359170c7e5a618 (diff) | |
refactor: re-organize files
Diffstat (limited to 'coreutils-uutils/.SRCINFO')
| -rw-r--r-- | coreutils-uutils/.SRCINFO | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO index 2ab1045..502e0ee 100644 --- a/coreutils-uutils/.SRCINFO +++ b/coreutils-uutils/.SRCINFO @@ -1,18 +1,22 @@ pkgbase = coreutils-uutils pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils pkgver = 0.1.0 - pkgrel = 2 + pkgrel = 1 url = https://github.com/uutils/coreutils arch = x86_64 license = GPL3 license = MIT + makedepends = rust makedepends = cargo - makedepends = clang makedepends = python-sphinx - makedepends = rust - depends = gcc-libs depends = glibc - depends = libselinux + depends = acl + depends = attr + depends = gmp + depends = libcap + depends = openssl + depends = gcc-libs + depends = libkeccak depends = oniguruma provides = coreutils provides = b3sum @@ -20,9 +24,11 @@ pkgbase = coreutils-uutils conflicts = coreutils conflicts = b3sum conflicts = sha3sum + source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.xz source = uutils-coreutils-0.1.0.tar.gz::https://github.com/uutils/coreutils/archive/0.1.0.tar.gz - source = 0001-update-selinux-progs.patch + source = disable_selinux.patch + sha256sums = e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf sha256sums = 55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8 - sha256sums = d8290988c9c8275e2087f1a63d63c420c88ebcf7c50aed0ef53d9dcd46517b36 + sha256sums = 302614165d99f04600627222ddad0444a0144fcad6a1ff59ad43fb0b3162060e pkgname = coreutils-uutils |
