summaryrefslogtreecommitdiff
path: root/testing/bison
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-05 00:04:11 +0000
committerroot <root@rshg054.dnsready.net>2012-08-05 00:04:11 +0000
commit9b4356a4ce894946739f7fff9411f62be0fbc122 (patch)
tree29999235b5b73068c5ddb4dc1239dcf7c66397fa /testing/bison
parentf8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff)
Sun Aug 5 00:04:11 UTC 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 e2f861d0b..069d61071 100644
--- a/testing/bison/PKGBUILD
+++ b/testing/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164337 2012-07-31 00:34:31Z allan $
+# $Id: PKGBUILD 164715 2012-08-04 00:56:52Z 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}