diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index ea218b8f9a..51440e4725 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,12 +1,12 @@ # Template file for 'fish-shell' pkgname=fish-shell version=2.0.0 -revision=1 +revision=2 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" build_style=gnu-configure -hostmakedepends="autoconf make" -makedepends="doxygen ncurses-devel" +hostmakedepends="autoconf doxygen" +makedepends="ncurses-devel" wrksrc="fish" maintainer="Steven R " homepage="http://fishshell.com/" @@ -19,9 +19,8 @@ pre_configure() { } fish-shell_package() { - noarch="yes" register_shell="/usr/bin/fish" pkg_install() { - vmove all - } -} \ No newline at end of file + vmove all + } +}