Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
17dbb226 by Caleb Maclennan at 2026-07-12T14:17:41+03:00
upgpkg: 0.114.1-2: Use better fix for lock file snafu
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = nushell
pkgdesc = A new type of shell
pkgver = 0.114.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.nushell.sh
install = nushell.install
arch = x86_64
license = MIT
checkdepends = procps-ng
- makedepends = rustup
+ makedepends = cargo
makedepends = git
depends = curl
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=nushell
pkgver=0.114.1
-pkgrel=1
+pkgrel=2
pkgdesc='A new type of shell'
arch=(x86_64)
url='https://www.nushell.sh'
@@ -21,7 +21,7 @@ depends=(
sqlite3
zstd
)
-makedepends=(rustup git)
+makedepends=(cargo git)
checkdepends=(procps-ng)
install=nushell.install
source=("git+https://github.com/nushell/nushell.git#tag=$pkgver")
@@ -31,10 +31,8 @@
b2sums=('40946c18b77dfb6b2722c6e34f56f5a580e8fd720cab813131bb8e3dfa28b4bb45e9aee
prepare() {
cd "$pkgname"
- # Upstream will not build with Rust 1.97.0; this is set
- # in project toolchain config so `cargo` will pick it up.
# https://github.com/nushell/nushell/issues/18578
- rustup toolchain install 1.95.0
+ cargo update -v --precise 1.5.3 ethnum
export CARGO_HOME="$srcdir"
cargo fetch --locked --target host-tuple
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/17dbb2264f5f0786721ef38e727942718f1e43d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/17dbb2264f5f0786721ef38e727942718f1e43d7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help