diff options
author | root <root@rshg054.dnsready.net> | 2013-08-03 02:14:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-03 02:14:34 -0700 |
commit | e191a289464c21aafe7478065ea7ed3ddda0766f (patch) | |
tree | 33e61960f3a6260338d4d696605b4ddee3014804 /core/bison/PKGBUILD | |
parent | f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (diff) |
Sat Aug 3 02:13:05 PDT 2013
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r-- | core/bison/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD index 7b254540a..d8ead584f 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183046 2013-04-17 02:02:01Z allan $ +# $Id: PKGBUILD 191960 2013-08-02 00:55:04Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> pkgname=bison -pkgver=2.7.1 +pkgver=3.0 pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc' 'm4' 'sh') groups=('base-devel') install=bison.install source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('7be02eb973eccf388f1ae750fc09eed0' +md5sums=('a2624994561aa69f056c904c1ccb2880' 'SKIP') build() { |