summaryrefslogtreecommitdiffstats
path: root/abs/core/coreutils
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-30 01:47:41 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-30 01:47:41 (GMT)
commit98679df4d84febccb1a2bfbb755abb0696b29a02 (patch)
treecd5615d8219c21374cb75dfd28c4192ab38e22b5 /abs/core/coreutils
parent737ebffff1aded23113091ff023500e29a5337b0 (diff)
downloadlinhes_pkgbuild-98679df4d84febccb1a2bfbb755abb0696b29a02.zip
linhes_pkgbuild-98679df4d84febccb1a2bfbb755abb0696b29a02.tar.gz
linhes_pkgbuild-98679df4d84febccb1a2bfbb755abb0696b29a02.tar.bz2
coreutils: upgrade
Diffstat (limited to 'abs/core/coreutils')
-rw-r--r--abs/core/coreutils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/coreutils/PKGBUILD b/abs/core/coreutils/PKGBUILD
index 2c6fab9..a9b20da 100644
--- a/abs/core/coreutils/PKGBUILD
+++ b/abs/core/coreutils/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 82551 2010-06-13 12:07:11Z allan $
+# $Id: PKGBUILD 99303 2010-11-14 01:28:25Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=coreutils
-pkgver=8.5
-pkgrel=2
+pkgver=8.7
+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 @@ source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
coreutils-uname.patch
coreutils-pam.patch
su.pam)
-md5sums=('55170ed640e300f5b81640c6f4641513'
+md5sums=('6e21df02e7f5c5d86372de4c6d873275'
'c4fcca138b6abf6d443d48a6f0cd8833'
'aad79a2aa6d566c375d7bdd1b0767278'
'fa85e5cce5d723275b14365ba71a8aad')
@@ -38,7 +38,7 @@ build() {
--enable-install-program=su \
--enable-no-install-program=groups,hostname,kill,uptime \
--enable-pam ac_cv_func_openat=no
- make
+ make || return 1
make check
}