From 9b804c0f8d18a5e4c80174191f8ac68bfe0e33ef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Oct 2012 07:00:47 +0200 Subject: [PATCH] bison: update to 2.6.4. --- srcpkgs/bison/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bison/template b/srcpkgs/bison/template index 428421f2271..925988fffcc 100644 --- a/srcpkgs/bison/template +++ b/srcpkgs/bison/template @@ -1,15 +1,16 @@ # Template build file for 'bison'. pkgname=bison -version=2.6.2 +version=2.6.4 revision=1 build_style=gnu-configure +makedepends="perl" depends="m4" short_desc="GNU yacc(1) replacement" maintainer="Juan RP " homepage="http://www.gnu.org/software/bison/bison.html" license="GPL-3" distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz" -checksum=79503f80397c30ac81b62eca5ffeaccaed72fdfeddb76257efcf8c3ca24be03d +checksum=e0c3179ed1a622d7ab9679d64b556a7722f9eb7fa32d568ce8f329f89cca52e9 long_desc=" Bison is the GNU replacement for yacc(1). Some programs depend on extensions present in Bison."