diff options
author | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
commit | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (patch) | |
tree | 7a5c796989f3be3dbe636ab86c5c3a8ce77a2237 /core/coreutils | |
parent | c6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff) |
Mon Feb 18 00:08:22 PST 2013
Diffstat (limited to 'core/coreutils')
-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 } |