summaryrefslogtreecommitdiff
path: root/core/bison
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-08 00:02:17 +0000
committerroot <root@rshg054.dnsready.net>2012-08-08 00:02:17 +0000
commit6c114b503b2456476f22ff6bdb2b45cac8dac612 (patch)
tree663d91755132361628dec7a42b77734ecf7b36b7 /core/bison
parent9d36fcd5638035abf19f303deebd9e861d384254 (diff)
Wed Aug 8 00:02:17 UTC 2012
Diffstat (limited to 'core/bison')
-rw-r--r--core/bison/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index cfa254d59..0294d30f4 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164386 2012-08-01 01:21:23Z allan $
+# $Id: PKGBUILD 164809 2012-08-06 13:29:10Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
-pkgver=2.6.1
+pkgver=2.6.2
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=('1fc1b9bc689e7fc5622d32c93cce746f'
- '44d571e9b271fbcf283c1795c28f70aa')
+md5sums=('dea291996f98c34c3fd8e389a9cf6ea1'
+ 'e6d78e6423e9e29f3b6c5deee839b41c')
build() {
cd ${srcdir}/${pkgname}-${pkgver}