diff options
Diffstat (limited to 'core/coreutils/PKGBUILD')
-rw-r--r-- | core/coreutils/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 82fb6beb8..73cc73f86 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169689 2012-10-26 01:40:04Z allan $ +# $Id: PKGBUILD 178157 2013-02-17 10:37:53Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=coreutils -pkgver=8.20 +pkgver=8.21 pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') @@ -13,15 +13,14 @@ groups=('base') depends=('glibc' 'pam' 'acl' 'gmp' 'libcap') install=${pkgname}.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('3d69af8f561fce512538a9fe85f147ff' - '7e6076e4e0961d24c38cf8685efca35b') +md5sums=('065ba41828644eca5dd8163446de5d64' + '5d68aee0cfb701c13ec624ad8df142a9') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --libexecdir=/usr/lib \ - --enable-no-install-program=groups,hostname,kill,uptime \ - --enable-pam + --enable-no-install-program=groups,hostname,kill,uptime make } |