From b70f3cb7fa36de6effb84111cfb4c071a2099477 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 23 Jun 2022 16:58:40 +0300 Subject: [PATCH] fish-shell: update to 3.5.1. --- srcpkgs/fish-shell/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 0fc86db7e7b0..5362009ae71b 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,12 +1,11 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=3.4.1 +version=3.5.1 revision=1 wrksrc="fish-${version}" build_style=cmake hostmakedepends="gettext" makedepends="ncurses-devel pcre2-devel" -depends="groff" checkdepends="python3-pexpect procps-ng" short_desc="User friendly shell intended mostly for interactive use" maintainer="Nathan Owens " @@ -14,7 +13,7 @@ license="GPL-2.0-only" homepage="https://fishshell.com/" 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" -checksum=b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea +checksum=a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928 register_shell="/bin/fish /usr/bin/fish" # tests don't work as root make_check=ci-skip