From c884199cfe26be03db069b05cece59fea49b595f 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 82c5969f599..250c07b7fe1 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 @@ -21,5 +22,5 @@ fi post_install() { # Starting with fish-3.0.0 this is a skeleton file with only comments - rm -f "${DESTDIR}/usr/etc/fish/config.fish" + rm "${DESTDIR}/usr/etc/fish/config.fish" }