summaryrefslogtreecommitdiff
path: root/core/coreutils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-18 10:00:02 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-18 10:00:02 +0100
commit5b55de83000374d4ef867e32bc248e37a192bb00 (patch)
treed9c44a35082b26c62e4be4f78efd032088ab32ec /core/coreutils
parente07d778c19291820ea2c9612cfa83489d090748b (diff)
parent29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/shared-mime-info/PKGBUILD
Diffstat (limited to 'core/coreutils')
-rw-r--r--core/coreutils/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index f11796da2..743cd1f07 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' 'mips64el')
@@ -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
}