diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 67d7fc4ffbd..72ec7a8a301 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,10 +1,11 @@ # Template file for 'fish-shell' pkgname=fish-shell version=2.3.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool" makedepends="ncurses-devel" +depends="bc" register_shell="/usr/bin/fish" conf_files="/etc/fish/config.fish" wrksrc="fish-${version}"