Date: Wednesday, December 22, 2010 @ 22:08:09 Author: allan Revision: 103786
upgpkg: coreutils 8.8-1 upstream update Modified: coreutils/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-22 23:18:24 UTC (rev 103785) +++ PKGBUILD 2010-12-23 03:08:09 UTC (rev 103786) @@ -3,7 +3,7 @@ # Contributor: judd <[email protected]> pkgname=coreutils -pkgver=8.7 +pkgver=8.8 pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ coreutils-uname.patch coreutils-pam.patch su.pam) -md5sums=('6e21df02e7f5c5d86372de4c6d873275' +md5sums=('a78848e3d7ba52e65b564ffea875ef20' 'c4fcca138b6abf6d443d48a6f0cd8833' 'aad79a2aa6d566c375d7bdd1b0767278' 'fa85e5cce5d723275b14365ba71a8aad') @@ -27,7 +27,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} - # added su wheel group pam patch (from fedora cvs) + # added su wheel group pam patch (from fedora git) patch -Np1 -i ${srcdir}/coreutils-pam.patch # linux specific uname improvement (from gentoo portage) @@ -37,9 +37,9 @@ ./configure --prefix=/usr \ --enable-install-program=su \ --enable-no-install-program=groups,hostname,kill,uptime \ - --enable-pam ac_cv_func_openat=no + --enable-pam make - make check + make RUN_EXPENSIVE_TESTS=yes check } package() {
