mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fish-shell: update to 3.5.1.
This commit is contained in:
parent
0b436a20c3
commit
3d6c82797a
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.4.1
|
version=3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="fish-${version}"
|
wrksrc="fish-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="gettext"
|
hostmakedepends="gettext"
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
depends="groff"
|
|
||||||
checkdepends="python3-pexpect procps-ng"
|
checkdepends="python3-pexpect procps-ng"
|
||||||
short_desc="User friendly shell intended mostly for interactive use"
|
short_desc="User friendly shell intended mostly for interactive use"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
|
@ -14,7 +13,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://fishshell.com/"
|
homepage="https://fishshell.com/"
|
||||||
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
|
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
||||||
checksum=b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea
|
checksum=a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928
|
||||||
register_shell="/bin/fish /usr/bin/fish"
|
register_shell="/bin/fish /usr/bin/fish"
|
||||||
# tests don't work as root
|
# tests don't work as root
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
Loading…
Add table
Reference in a new issue