fish-shell: update to 3.6.1, adopt
This commit is contained in:
parent
3336017577
commit
586b1f290d
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="gettext"
|
hostmakedepends="gettext"
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="anelki <akierig@fastmail.de>"
|
||||||
license="GPL-2.0-only"
|
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=97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181
|
checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
|
||||||
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…
Reference in New Issue