mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/uutils-coreutils: upgrade to 0.0.25
This commit is contained in:
parent
470da83cd8
commit
cef2eb2f10
@ -1,7 +1,7 @@
|
||||
# Maintainer: omni <omni+alpine@hack.org>
|
||||
pkgname=uutils-coreutils
|
||||
_pkgname=coreutils
|
||||
pkgver=0.0.24
|
||||
pkgver=0.0.25
|
||||
pkgrel=0
|
||||
pkgdesc="coreutils rewritten in Rust"
|
||||
# s390x: blocked by nix crate
|
||||
@ -17,14 +17,6 @@ options="!check" # package builder file descriptor issues
|
||||
|
||||
export RUSTONIG_DYNAMIC_LIBONIG=1
|
||||
|
||||
case "$CARCH" in
|
||||
armhf)
|
||||
# various failures
|
||||
options="$options !check"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
@ -49,6 +41,9 @@ build() {
|
||||
test) ;; # helpless
|
||||
\[) help2man --no-info --name=uutils-test --manual=uutils \
|
||||
bin/uutils-"$uutil" > man1/uutils-test.1 ;;
|
||||
uniq) help2man --no-info --name=uutils-"$uutil" --manual=uutils \
|
||||
--no-discard-stderr \
|
||||
bin/uutils-"$uutil" > man1/uutils-"$uutil".1 ;;
|
||||
*) help2man --no-info --name=uutils-"$uutil" --manual=uutils \
|
||||
bin/uutils-"$uutil" > man1/uutils-"$uutil".1 ;;
|
||||
esac
|
||||
@ -59,7 +54,7 @@ check() {
|
||||
ulimit -n 4096 # running out of file descriptors
|
||||
|
||||
cargo test --frozen \
|
||||
--profile=release-small --fetures=feat_os_unix_musl
|
||||
--profile=release-small --features=feat_os_unix_musl
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -72,5 +67,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
da9028effede4e925263244f0fdcfdd13f4d44a4baf2da57df090aad8c3821b880a10dbb74d8e1e2958f324299f63ebdbd1bb068895c000835b1bb12fcccc599 uutils-coreutils-0.0.24.tar.gz
|
||||
bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278 uutils-coreutils-0.0.25.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user