summaryrefslogtreecommitdiffstats
path: root/coreutils-hybrid
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-hybrid
parent2256dadcda69b5ee0cb1a517aea9446e1cec54a0 (diff)
refactor: update descriptions
Diffstat (limited to 'coreutils-hybrid')
-rw-r--r--coreutils-hybrid/.SRCINFO2
-rw-r--r--coreutils-hybrid/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/coreutils-hybrid/.SRCINFO b/coreutils-hybrid/.SRCINFO
index 58b8ea5..3e9571d 100644
--- a/coreutils-hybrid/.SRCINFO
+++ b/coreutils-hybrid/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = coreutils-hybrid
- pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils
+ pkgdesc = GNU coreutils/uutils-coreutils hybrid package
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/uutils/coreutils
diff --git a/coreutils-hybrid/PKGBUILD b/coreutils-hybrid/PKGBUILD
index d69783b..79e7fe2 100644
--- a/coreutils-hybrid/PKGBUILD
+++ b/coreutils-hybrid/PKGBUILD
@@ -5,7 +5,7 @@ _gnuver=9.7
_uuver=0.1.0
pkgver=${_uuver}
pkgrel=1
-pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils'
+pkgdesc='GNU coreutils/uutils-coreutils hybrid package'
arch=('x86_64')
license=('GPL3' 'MIT')
url='https://github.com/uutils/coreutils'