diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 9c675963ed2..7acbb3cca8a 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,13 +1,14 @@ # Template file for 'fish-shell' pkgname=fish-shell version=2.1.0 -revision=1 +revision=2 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044" build_style=gnu-configure -hostmakedepends="autoconf doxygen" +hostmakedepends="automake" makedepends="ncurses-devel" register_shell="/usr/bin/fish" +conf_files="/etc/fish/config.fish" wrksrc="fish-${version}" maintainer="Steven R " homepage="http://fishshell.com/"