Date: Monday, October 18, 2010 @ 23:31:28 Author: allan Revision: 96154
upgpkg: coreutils 8.6-1 upstream update Modified: coreutils/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-19 01:42:46 UTC (rev 96153) +++ PKGBUILD 2010-10-19 03:31:28 UTC (rev 96154) @@ -3,14 +3,14 @@ # Contributor: judd <[email protected]> pkgname=coreutils -pkgver=8.5 -pkgrel=2 +pkgver=8.6 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') license=('GPL3') url="http://www.gnu.org/software/coreutils" groups=('base') -depends=('glibc' 'shadow' 'pam' 'acl' 'gmp>=5.0' 'libcap') +depends=('glibc' 'shadow' 'pam' 'acl' 'gmp' 'libcap') replaces=('mktemp') backup=('etc/pam.d/su') install=${pkgname}.install @@ -19,7 +19,7 @@ coreutils-uname.patch coreutils-pam.patch su.pam) -md5sums=('55170ed640e300f5b81640c6f4641513' +md5sums=('17d693d282ac57c62b241a045e7b511c' 'c4fcca138b6abf6d443d48a6f0cd8833' 'aad79a2aa6d566c375d7bdd1b0767278' 'fa85e5cce5d723275b14365ba71a8aad')
