diff options
Diffstat (limited to 'testing/bison/PKGBUILD')
-rw-r--r-- | testing/bison/PKGBUILD | 8 |
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} |