summaryrefslogtreecommitdiff
path: root/core/bison/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r--core/bison/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index ebf2c0fc5..ebd193784 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 124065 2011-05-16 12:02:28Z allan $
+# $Id: PKGBUILD 142169 2011-11-05 11:41:16Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU general-purpose parser generator"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -12,8 +12,9 @@ url="http://www.gnu.org/software/bison/bison.html"
depends=('glibc' 'm4' 'sh')
groups=('base-devel')
install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9dba20116b13fc61a0846b0058fbe004')
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('9dba20116b13fc61a0846b0058fbe004'
+ '610b73db67bd4760209458efe7554ca3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"