From c5ac569dedd5a8d68df1b3403875bd8ff4c0d0c8 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 1 Mar 2021 19:25:36 +0300 Subject: [PATCH] fish-shell: update to 3.2.0 From 3.2.0 onward, the distfiles will be in XZ format --- srcpkgs/fish-shell/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 82c5969f599..55ecbdca12f 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,18 +1,19 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=3.1.2 -revision=2 +version=3.2.0 +revision=1 wrksrc="fish-${version}" build_style=cmake hostmakedepends="gettext" makedepends="ncurses-devel pcre2-devel gettext-devel" depends="groff" +checkdepends="python3-pexpect procps-ng" short_desc="User friendly shell intended mostly for interactive use" maintainer="Nathan Owens " license="GPL-2.0-only" homepage="https://fishshell.com/" -distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.gz" -checksum=d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed +distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" +checksum=4f0293ed9f6a6b77e47d41efabe62f3319e86efc8bf83cc58733044fbc6f9211 register_shell="/bin/fish /usr/bin/fish" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then