summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils-selinux
diff options
context:
space:
mode:
authorkj-sh6042025-05-27 01:48:32 -0400
committerkj-sh6042025-05-27 01:48:32 -0400
commit4168a46c1f8dafe6c96c788682fadf846451f9f0 (patch)
tree40a8f7a45649577e528ff74984eff8aa108ece1f /coreutils-uutils-selinux
parentf1aa1826e4b1a7e80da18cdea4b223573057767d (diff)
refactor: update descriptions
Diffstat (limited to 'coreutils-uutils-selinux')
-rw-r--r--coreutils-uutils-selinux/.SRCINFO2
-rw-r--r--coreutils-uutils-selinux/PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/coreutils-uutils-selinux/.SRCINFO b/coreutils-uutils-selinux/.SRCINFO
index 690f5ab..d2548c8 100644
--- a/coreutils-uutils-selinux/.SRCINFO
+++ b/coreutils-uutils-selinux/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = coreutils-uutils-selinux
- pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities. Built with libselinux to include chcon, runcon, and stty
+ pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities. Built with libselinux for the chcon, runcon, and stty binaries
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/uutils/coreutils
diff --git a/coreutils-uutils-selinux/PKGBUILD b/coreutils-uutils-selinux/PKGBUILD
index b8101d4..31445eb 100644
--- a/coreutils-uutils-selinux/PKGBUILD
+++ b/coreutils-uutils-selinux/PKGBUILD
@@ -4,8 +4,8 @@ pkgname=coreutils-uutils-selinux
pkgver=0.1.0
pkgrel=1
pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU
-coreutils installed as system core utilities. Built with libselinux to include
-chcon, runcon, and stty'
+coreutils installed as system core utilities. Built with libselinux for the
+chcon, runcon, and stty binaries'
arch=('x86_64')
license=('GPL3' 'MIT')
url='https://github.com/uutils/coreutils'