diff --git a/srcpkgs/diffutils/template b/srcpkgs/diffutils/template index d734ab2dfd..7c219e4a2b 100644 --- a/srcpkgs/diffutils/template +++ b/srcpkgs/diffutils/template @@ -1,21 +1,17 @@ # Template file for 'diffutils' pkgname=diffutils -version=3.2 +version=3.3 +revision=1 build_style=gnu-configure -revision=2 conflicts="chroot-diffutils>=0" short_desc="The GNU diff utilities" maintainer="Juan RP " homepage="http://www.gnu.org/software/diffutils" license="GPL-3" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149 +checksum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c long_desc=" Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their features are a superset of the Unix features and they are significantly faster. Cmp has been moved into this package from the GNU textutils package. These programs are usually used for creating patch files." - -pre_configure() { - sed -i -e '/gets is a/d' lib/stdio.in.h -}