From 09d467828a76244011fe8dfdc29f57fa56a68324 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Feb 2015 10:36:42 +0100 Subject: [PATCH] fish-shell: update to 2.1.2 and reset maintainer due to inactivity. --- srcpkgs/fish-shell/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index c02a015e09c..1c0c564c5e3 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,19 +1,19 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=2.1.1 +version=2.1.2 revision=1 -distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" -checksum="b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924" build_style=gnu-configure hostmakedepends="automake" makedepends="ncurses-devel" register_shell="/usr/bin/fish" conf_files="/etc/fish/config.fish" wrksrc="fish-${version}" -maintainer="Steven R " +maintainer="Juan RP " homepage="http://fishshell.com/" -license="GPL" +license="GPL-2" short_desc="User friendly shell intended mostly for interactive use" +distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" +checksum=c6c20d5ca3a2a0168461de8abfe85f9e6b255132698ea0109998d4ab68f9f6dd pre_configure() { autoreconf -fi