From ff20b83d60041f745a579e10770706b0b49d5617 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Oct 2012 02:26:56 -0700 Subject: Fri Oct 26 02:24:09 PDT 2012 --- core/coreutils/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/coreutils') diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 58454c747..82fb6beb8 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 166962 2012-09-23 12:22:15Z tomegun $ +# $Id: PKGBUILD 169689 2012-10-26 01:40:04Z allan $ # Maintainer: Allan McRae # Contributor: judd pkgname=coreutils -pkgver=8.19 +pkgver=8.20 pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ groups=('base') depends=('glibc' 'pam' 'acl' 'gmp' 'libcap') install=${pkgname}.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('1a01231a2f3ed37c0efc073ccdda9375' - '7f564749d834397aa67f0f05bacb62d5') +md5sums=('3d69af8f561fce512538a9fe85f147ff' + '7e6076e4e0961d24c38cf8685efca35b') build() { cd ${srcdir}/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf