diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
commit | c0a02f08d66969b92325d421354f4def5c23f84c (patch) | |
tree | 1f97a2b8ea84967f808112b173ab1e7a494b0a26 /core/bison/PKGBUILD | |
parent | d830c3b1d23d90c928c68bf821049db3abf897b8 (diff) | |
parent | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/gvfs/PKGBUILD
libre/libretools/libretools.install
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 f803470ab..52699de7c 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169690 2012-10-26 01:40:06Z allan $ +# $Id: PKGBUILD 170815 2012-11-12 08:16:05Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> pkgname=bison -pkgver=2.6.4 +pkgver=2.6.5 pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch=('i686' 'x86_64' 'mips64el') @@ -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=('8b2dc57eb9d2d6de4715d30de6b2ee07' - '89b9f75a9aa1b02418fef0e685bd44f2') +md5sums=('75c8508e0a9e5c68f608658672d6bda4' + '1caae9ecfbad56cf170432b6db667907') build() { cd ${srcdir}/${pkgname}-${pkgver} |