summaryrefslogtreecommitdiffstats
path: root/abs/core/bison
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-03 21:11:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-03 21:11:26 (GMT)
commit4c8e51cb87731305de51f7e195eb3fb0dd8f7c36 (patch)
treec6e307bfb140c2c0efbd7323c53b9683cd5f04a0 /abs/core/bison
parent7e14c2a628468b238253a90ce18573197a0a3e20 (diff)
downloadlinhes_pkgbuild-4c8e51cb87731305de51f7e195eb3fb0dd8f7c36.zip
linhes_pkgbuild-4c8e51cb87731305de51f7e195eb3fb0dd8f7c36.tar.gz
linhes_pkgbuild-4c8e51cb87731305de51f7e195eb3fb0dd8f7c36.tar.bz2
bison: update to 3.0.2
Diffstat (limited to 'abs/core/bison')
-rw-r--r--abs/core/bison/PKGBUILD9
1 files 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 <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
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}