diff options
| author | kj-sh604 | 2025-05-27 00:30:39 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 00:30:39 -0400 |
| commit | f9249e0b33c727ea0cbae4b0729436889c3007be (patch) | |
| tree | 2b76ed5a9c9e8234a5f415cd7601708a4c5cb11d /coreutils-uutils/.SRCINFO | |
| parent | 397c55996cc1a988804c6dbf216c6638eabddf98 (diff) | |
mod: initial `selinux` implementation
removes reliance on GNU coreutils chcon, runcon, and stty
Diffstat (limited to 'coreutils-uutils/.SRCINFO')
| -rw-r--r-- | coreutils-uutils/.SRCINFO | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO index 502e0ee..4c653bd 100644 --- a/coreutils-uutils/.SRCINFO +++ b/coreutils-uutils/.SRCINFO @@ -1,22 +1,18 @@ 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 = 1 + pkgrel = 2 url = https://github.com/uutils/coreutils arch = x86_64 license = GPL3 license = MIT - makedepends = rust makedepends = cargo + makedepends = clang + makedepends = libselinux makedepends = python-sphinx - depends = glibc - depends = acl - depends = attr - depends = gmp - depends = libcap - depends = openssl + makedepends = rust depends = gcc-libs - depends = libkeccak + depends = glibc depends = oniguruma provides = coreutils provides = b3sum @@ -24,11 +20,9 @@ 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 = disable_selinux.patch - sha256sums = e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf + source = 0001-update-selinux-progs.patch sha256sums = 55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8 - sha256sums = 302614165d99f04600627222ddad0444a0144fcad6a1ff59ad43fb0b3162060e + sha256sums = d8290988c9c8275e2087f1a63d63c420c88ebcf7c50aed0ef53d9dcd46517b36 pkgname = coreutils-uutils |
