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

View File

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