diff options
author | root <root@rshg054.dnsready.net> | 2013-04-18 00:07:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-18 00:07:00 -0700 |
commit | 55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (patch) | |
tree | 8d01afa98e716f4c647bfb7dfcc2c3ed885fddc7 /core/bison/PKGBUILD | |
parent | 0f02baec6afdab918d86a226ee9a984482b5a534 (diff) |
Thu Apr 18 00:06:59 PDT 2013
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r-- | core/bison/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD index 4905ff507..7b254540a 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 173327 2012-12-19 01:16:33Z allan $ +# $Id: PKGBUILD 183046 2013-04-17 02:02:01Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> pkgname=bison -pkgver=2.7 +pkgver=2.7.1 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=('234cdfac99257cf99ac4a03c898f37b9' - '853204af1f9a5602d84989b4852e317e') +md5sums=('7be02eb973eccf388f1ae750fc09eed0' + 'SKIP') build() { cd ${srcdir}/${pkgname}-${pkgver} |