diff options
author | root <root@rshg047.dnsready.net> | 2011-06-04 22:48:12 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-04 22:48:12 +0000 |
commit | 80ba845c7cb571644d9dea61b9872c393d128c37 (patch) | |
tree | 064ee49a661ab3bdfaef029661561fd60bd1354c /core | |
parent | 805d577f46f94e747f712b7c942f595cd8f7e170 (diff) |
Sat Jun 4 22:48:12 UTC 2011
Diffstat (limited to 'core')
-rw-r--r-- | core/bison/PKGBUILD | 10 | ||||
-rw-r--r-- | core/bison/bison.install | 2 | ||||
-rw-r--r-- | core/module-init-tools/PKGBUILD | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD index 1e04f381e..ebf2c0fc5 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87221 2010-08-11 03:29:16Z allan $ +# $Id: PKGBUILD 124065 2011-05-16 12:02:28Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> pkgname=bison -pkgver=2.4.3 +pkgver=2.5 pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch=('i686' 'x86_64') @@ -13,12 +13,16 @@ depends=('glibc' 'm4' 'sh') groups=('base-devel') install=bison.install source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c1d3ea81bc370dbd43b6f0b2cd21287e') +md5sums=('9dba20116b13fc61a0846b0058fbe004') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --datadir=/usr/share make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" make check } diff --git a/core/bison/bison.install b/core/bison/bison.install index 890eb0366..0081a194f 100644 --- a/core/bison/bison.install +++ b/core/bison/bison.install @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info file=bison.info.gz post_install() { diff --git a/core/module-init-tools/PKGBUILD b/core/module-init-tools/PKGBUILD index 9cf28c18d..4ecfab9c9 100644 --- a/core/module-init-tools/PKGBUILD +++ b/core/module-init-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 105077 2011-01-06 02:59:10Z allan $ +# $Id: PKGBUILD 126053 2011-06-01 05:32:56Z andyrtr $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=module-init-tools -pkgver=3.12 -pkgrel=2 +pkgver=3.13 +pkgrel=1 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules" arch=('i686' 'x86_64') url="http://kerneltools.org" @@ -13,7 +13,7 @@ depends=('glibc') backup=('etc/modprobe.d/modprobe.conf') source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2 modprobe.conf) -md5sums=('8b2257ce9abef74c4a44d825d23140f3' +md5sums=('dc575e7df00d9f745bf23b32f927b7a6' '316f1bda4c21af02b30252eb014a0a55') build() { |