summaryrefslogtreecommitdiff
path: root/testing/bison
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
committerroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
commit120df4e0db159525806a9b33364483e76f9d51d3 (patch)
treeb78de64b601a46cc403d8663201bad6feb41c791 /testing/bison
parent3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff)
Wed Oct 24 01:47:51 PDT 2012
Diffstat (limited to 'testing/bison')
-rw-r--r--testing/bison/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/bison/PKGBUILD b/testing/bison/PKGBUILD
index 069d61071..2e82c6d1b 100644
--- a/testing/bison/PKGBUILD
+++ b/testing/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164715 2012-08-04 00:56:52Z allan $
+# $Id: PKGBUILD 169565 2012-10-23 14:54:01Z 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}