Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
20830fe0 by Caleb Maclennan at 2023-11-15T21:44:17+03:00
upgpkg: 0.87.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell
- pkgver = 0.86.0
+ pkgver = 0.87.0
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -13,7 +13,7 @@ pkgbase = nushell
depends = libcrypto.so
depends = libssl.so
depends = zlib
- source =
git+https://github.com/nushell/nushell.git#commit=5d8763ed1d14048ac9fc09eb21be36e6e622f0d7
+ source =
git+https://github.com/nushell/nushell.git#commit=77a1c3c7b2f3a110d48bcb792968e6b0d85d4bb7
sha256sums = SKIP
pkgname = nushell
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Bumsik Kim <[email protected]>
pkgname=nushell
-pkgver=0.86.0
-_commit=5d8763ed1d14048ac9fc09eb21be36e6e622f0d7
+pkgver=0.87.0
+_commit=77a1c3c7b2f3a110d48bcb792968e6b0d85d4bb7
pkgrel=1
pkgdesc='A new type of shell'
arch=('x86_64')
@@ -47,12 +47,7 @@ build() {
check() {
cd "$pkgname"
- # https://github.com/nushell/nushell/issues/10468
- cargo test --frozen --workspace --features=extra,dataframe -- \
- --skip commands::table::table_expand_exceed_overlap_0 \
- --skip commands::table::table_expand_padding_not_default \
- --skip commands::table::test_collapse_big_0 \
- --skip commands::table::test_expand_big_0
+ cargo test --frozen --workspace --features=extra,dataframe
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/20830fe0ecd2896dc8ea7654d6c9dfdbf3e3f53d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/20830fe0ecd2896dc8ea7654d6c9dfdbf3e3f53d
You're receiving this email because of your account on gitlab.archlinux.org.