summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-04-01 06:36:38 -0400
committerkj_sh6042026-04-01 06:36:38 -0400
commitde6bd64a78be6e09cf1ce80905a805c4a0ccbc18 (patch)
tree7556d3196f51f39abe0f94918b89924b534e3fe6
parenta47fda9335506241f3e4aed867da6f084794a70d (diff)
refactor: uutils update
-rw-r--r--coreutils-uutils-kj_sh604/.SRCINFO6
-rw-r--r--coreutils-uutils-kj_sh604/PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/coreutils-uutils-kj_sh604/.SRCINFO b/coreutils-uutils-kj_sh604/.SRCINFO
index a0b9e22..c7fe43e 100644
--- a/coreutils-uutils-kj_sh604/.SRCINFO
+++ b/coreutils-uutils-kj_sh604/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-uutils-kj_sh604
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities (WARNING: use at own risk).
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/uutils/coreutils
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = coreutils-uutils-kj_sh604
conflicts = coreutils
conflicts = b3sum
conflicts = sha3sum
- source = uutils-coreutils-0.6.0.tar.gz::https://github.com/uutils/coreutils/archive/0.6.0.tar.gz
- sha256sums = f751b8209ec05ae304941a727e42a668dcc45674986252f44d195ed43ccfad2f
+ source = uutils-coreutils-0.7.0.tar.gz::https://github.com/uutils/coreutils/archive/0.7.0.tar.gz
+ sha256sums = dc56a3c4632742357d170d60a7dcecb9693de710daeaafa3ad925750b1905522
pkgname = coreutils-uutils-kj_sh604
diff --git a/coreutils-uutils-kj_sh604/PKGBUILD b/coreutils-uutils-kj_sh604/PKGBUILD
index bc85a81..f2a3d4d 100644
--- a/coreutils-uutils-kj_sh604/PKGBUILD
+++ b/coreutils-uutils-kj_sh604/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=coreutils-uutils-kj_sh604
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Cross-platform Rust rewrite of the GNU coreutils installed as system
core utilities (WARNING: use at own risk).'
@@ -32,7 +32,7 @@ makedepends=(
source=(
"uutils-coreutils-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
)
-sha256sums=('f751b8209ec05ae304941a727e42a668dcc45674986252f44d195ed43ccfad2f')
+sha256sums=('dc56a3c4632742357d170d60a7dcecb9693de710daeaafa3ad925750b1905522')
# this line inside prepare does not work without clean build
export RUSTONIG_DYNAMIC_LIBONIG=1
@@ -45,7 +45,7 @@ package() {
MANDIR=/share/man/man1 \
LIBSTDBUF_DIR=/usr/lib/${pkgname%-uutils-kj_sh604} \
PROG_PREFIX= \
- PROFILE=release-fast \
+ PROFILE=release \
MULTICALL=y \
SKIP_UTILS="hostname kill more uptime"
# clean conflicts (arch ships these in the bash-completion package)
@@ -76,4 +76,4 @@ echo \"warning: runcon is no longer built with the coreutils-uutils-kj_sh604 pac
exit 1") $pkgdir/usr/bin/runcon
}
-# vim: ts=2 sw=2 et: \ No newline at end of file
+# vim: ts=2 sw=2 et: