nushell: update to 0.94.0, unbreak i686

Closes: #50492 [via git-merge-pr]
This commit is contained in:
cinerea0 2024-05-29 11:40:26 -04:00 committed by Andrew Benson
parent 02f3d6a05d
commit b4c7295349
1 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,8 @@
# Template file for 'nushell'
pkgname=nushell
version=0.92.1
version=0.94.0
revision=1
build_style=cargo
configure_args="--features=dataframe"
hostmakedepends="pkg-config"
makedepends="openssl-devel libgit2-devel libzstd-devel sqlite-devel"
depends="mimalloc"
@ -13,13 +12,12 @@ 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=bd4d0b90ff7ba53ac888df755372a794a907f93963e26ff8f441347aa0ff5a95
checksum=697a3cc040f673c9eb74e31d8f9cce85f5d4d5302ea34277cfd16aacf9a495a5
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
case "$XBPS_TARGET_MACHINE" in
i686*) broken="simd-json does not implement i686" ;;
ppc*) broken="arrow-rs parquet is busted garbage" ;;
esac