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

View File

@@ -7,7 +7,7 @@
pkgname=fish-git pkgname=fish-git
_gitname="fish-shell" _gitname="fish-shell"
pkgver=4.0b1.r45.gc473aa60a pkgver=4.0b1.r101.gd5efef1cc
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."
@@ -15,6 +15,7 @@ arch=('i686' 'x86_64' 'arm')
url="https://github.com/fish-shell/fish-shell" 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') license=('GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0')
depends=( depends=(
'gcc-libs'
'glibc' 'glibc'
'ncurses' 'ncurses'
'pcre2' 'pcre2'
@@ -27,6 +28,7 @@ makedepends=(
'cargo' 'cargo'
'cmake' 'cmake'
'git' 'git'
'jq'
'python-sphinx' 'python-sphinx'
) )
checkdepends=( checkdepends=(