diff options
Diffstat (limited to 'testing/coreutils')
-rw-r--r-- | testing/coreutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/coreutils/PKGBUILD b/testing/coreutils/PKGBUILD index eb99af572..b8cd14275 100644 --- a/testing/coreutils/PKGBUILD +++ b/testing/coreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 166163 2012-09-05 01:16:34Z dreisner $ +# $Id: PKGBUILD 169602 2012-10-24 07:58:11Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> 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} |