From 4c8e51cb87731305de51f7e195eb3fb0dd8f7c36 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 3 Dec 2014 21:11:26 +0000 Subject: bison: update to 3.0.2 --- abs/core/bison/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/abs/core/bison/PKGBUILD b/abs/core/bison/PKGBUILD index 7e10464..02d1d91 100644 --- a/abs/core/bison/PKGBUILD +++ b/abs/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163856 2012-07-21 11:24:29Z allan $ +# $Id$ # Maintainer: Allan McRae # Contributor: Eric Belanger pkgname=bison -pkgver=2.6 +pkgver=3.0.2 pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch=('i686' 'x86_64') @@ -11,10 +11,11 @@ license=('GPL3') url="http://www.gnu.org/software/bison/bison.html" depends=('glibc' 'm4' 'sh') groups=('base-devel') +options=('staticlibs') install=bison.install source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('f96a16e79daaef71c797ed88f52e59d1' - 'd67a1a075ab0cccfb53ab23692be1a02') +md5sums=('146be9ff9fbd27497f0bf2286a5a2082' + 'SKIP') build() { cd ${srcdir}/${pkgname}-${pkgver} -- cgit v0.12