summaryrefslogtreecommitdiff
path: root/core/bison/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r--core/bison/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index 0294d30f4..df8dad3df 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164809 2012-08-06 13:29:10Z allan $
+# $Id: PKGBUILD 169690 2012-10-26 01:40:06Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
-pkgver=2.6.2
+pkgver=2.6.4
pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('glibc' 'm4' 'sh')
groups=('base-devel')
install=bison.install
source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('dea291996f98c34c3fd8e389a9cf6ea1'
- 'e6d78e6423e9e29f3b6c5deee839b41c')
+md5sums=('8b2dc57eb9d2d6de4715d30de6b2ee07'
+ '89b9f75a9aa1b02418fef0e685bd44f2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}