summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils
diff options
context:
space:
mode:
authorkj-sh6042025-05-27 01:41:44 -0400
committerkj-sh6042025-05-27 01:41:44 -0400
commit8bfd1c431285c0f3131d3c848d3e3c6e0e2dbdde (patch)
treee44fa22ef3cfea84470d3e20b47992bb42cbf7f5 /coreutils-uutils
parent2256dadcda69b5ee0cb1a517aea9446e1cec54a0 (diff)
refactor: update descriptions
Diffstat (limited to 'coreutils-uutils')
-rw-r--r--coreutils-uutils/.SRCINFO2
-rw-r--r--coreutils-uutils/PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO
index ad8e136..6c6cc61 100644
--- a/coreutils-uutils/.SRCINFO
+++ b/coreutils-uutils/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = coreutils-uutils
- pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils
+ pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities. This package does NOT include chcon, runcon, and stty
pkgver = 0.1.0
pkgrel = 2
url = https://github.com/uutils/coreutils
diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD
index 363fe2a..ac5a7ec 100644
--- a/coreutils-uutils/PKGBUILD
+++ b/coreutils-uutils/PKGBUILD
@@ -3,7 +3,9 @@
pkgname=coreutils-uutils
pkgver=0.1.0
pkgrel=2
-pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils'
+pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU
+coreutils installed as system core utilities. This package does NOT include
+chcon, runcon, and stty'
arch=('x86_64')
license=('GPL3' 'MIT')
url='https://github.com/uutils/coreutils'