fix: test error

This commit is contained in:
Akatsuki Rui
2025-07-26 22:38:59 +08:00
parent cdfa204d14
commit 62247701fc
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 4.0.2.r1018.g5346d3d49
pkgver = 4.0.2.r1215.g30ff3710a
pkgrel = 1
epoch = 2
url = https://github.com/fish-shell/fish-shell
@@ -11,6 +11,7 @@ pkgbase = fish-git
license = GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0
checkdepends = expect
checkdepends = procps-ng
checkdepends = python-black
makedepends = cargo
makedepends = cmake
makedepends = git

View File

@@ -10,7 +10,7 @@
pkgname=fish-git
_gitname="fish-shell"
pkgver=4.0.2.r1018.g5346d3d49
pkgver=4.0.2.r1215.g30ff3710a
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -43,6 +43,7 @@ makedepends=(
checkdepends=(
'expect'
'procps-ng'
'python-black'
)
options=(!lto)
provides=(
@@ -87,7 +88,7 @@ build() {
check() {
cd "$_gitname"
make -C build test
sh build_tools/check.sh
}
package() {