From 98ced967b9745474196f7350e610b8677fc5952a Mon Sep 17 00:00:00 2001 From: Saksham Date: Mon, 16 Jun 2025 02:23:45 +0530 Subject: [PATCH] nushell: update to 0.105.1 --- srcpkgs/nushell/template | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 5baf739445a..939ed64ee0f 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,30 +1,22 @@ # Template file for 'nushell' pkgname=nushell -version=0.104.1 +version=0.105.1 revision=1 build_style=cargo +configure_args="--no-default-features --features=plugin,trash-support,sqlite,native-tls" hostmakedepends="pkg-config" makedepends="openssl-devel sqlite-devel" -depends="mimalloc" short_desc="Modern shell for the GitHub era" maintainer="Saksham " license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz" -checksum=3dafca8bf892f5a2afaac1122a88a7eb7f22a0b62ef901f550173a11d5cbdf6e +checksum=2c52ef5aef2ba1a3ae873e84bf72b52220f47c8fe47b99950b791e678a43d597 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no -case "$XBPS_TARGET_MACHINE" in - ppc*) broken="arrow-rs parquet is busted garbage" ;; -esac - -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - XBPS_CROSS_RUSTFLAGS+=" -latomic" -fi - post_install() { vlicense LICENSE }