summaryrefslogtreecommitdiff
path: root/core/bison
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
commit8bdddf0c9d5b345120c8d2514131623ba1dcb13a (patch)
treec295c03679e64653c44785e6fed1d3e8d0aacabd /core/bison
parentef3f5c5ef898f48c463c4dbe28a9367201437f34 (diff)
parentff20b83d60041f745a579e10770706b0b49d5617 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/systemd/PKGBUILD extra/physfs/PKGBUILD
Diffstat (limited to 'core/bison')
-rw-r--r--core/bison/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index e62c98df5..f803470ab 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164809 2012-08-06 13:29:10Z allan $
+# $Id: PKGBUILD 169690 2012-10-26 01:40:06Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
-pkgver=2.6.2
+pkgver=2.6.4
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=('dea291996f98c34c3fd8e389a9cf6ea1'
- 'e6d78e6423e9e29f3b6c5deee839b41c')
+md5sums=('8b2dc57eb9d2d6de4715d30de6b2ee07'
+ '89b9f75a9aa1b02418fef0e685bd44f2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}