summaryrefslogtreecommitdiff
path: root/core/bison/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r--core/bison/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index 7b254540a..d8ead584f 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 183046 2013-04-17 02:02:01Z allan $
+# $Id: PKGBUILD 191960 2013-08-02 00:55:04Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
-pkgver=2.7.1
+pkgver=3.0
pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('glibc' 'm4' 'sh')
groups=('base-devel')
install=bison.install
source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7be02eb973eccf388f1ae750fc09eed0'
+md5sums=('a2624994561aa69f056c904c1ccb2880'
'SKIP')
build() {