Fix failure tests::fd_monitor::test_close_during_select_ebadf when tmux is already installed

This commit is contained in:
Akatsuki Rui
2024-12-31 11:03:37 +00:00
parent e1b69a4a0d
commit f91f4bff16
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 4.0b1.r45.gc473aa60a
pkgver = 4.0b1.r101.gd5efef1cc
pkgrel = 1
epoch = 2
url = https://github.com/fish-shell/fish-shell
@@ -14,7 +14,9 @@ pkgbase = fish-git
makedepends = cargo
makedepends = cmake
makedepends = git
makedepends = jq
makedepends = python-sphinx
depends = gcc-libs
depends = glibc
depends = ncurses
depends = pcre2

View File

@@ -7,7 +7,7 @@
pkgname=fish-git
_gitname="fish-shell"
pkgver=4.0b1.r45.gc473aa60a
pkgver=4.0b1.r101.gd5efef1cc
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -15,6 +15,7 @@ arch=('i686' 'x86_64' 'arm')
url="https://github.com/fish-shell/fish-shell"
license=('GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0')
depends=(
'gcc-libs'
'glibc'
'ncurses'
'pcre2'
@@ -27,6 +28,7 @@ makedepends=(
'cargo'
'cmake'
'git'
'jq'
'python-sphinx'
)
checkdepends=(