Date: Sunday, October 28, 2012 @ 22:33:36 Author: tomegun Revision: 169781
upgpkg: util-linux 2.22.1-2 add needed coreutils dep Please signoff ASAP, this is needed on fresh installs. Modified: util-linux/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-28 23:29:45 UTC (rev 169780) +++ PKGBUILD 2012-10-29 02:33:36 UTC (rev 169781) @@ -4,13 +4,13 @@ pkgname=util-linux pkgver=2.22.1 -pkgrel=1 +pkgrel=2 pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux/" arch=('i686' 'x86_64') groups=('base') -depends=('pam' 'shadow') -makedepends=('bc') # for check() only, change this to checkdepends for pacman 4.1 +depends=('pam' 'shadow' 'coreutils' 'glibc') +# makedepends=('bc') # for check() only, change this to checkdepends for pacman 4.1 conflicts=('util-linux-ng' 'eject') provides=("util-linux-ng=${pkgver}" 'eject') license=('GPL2')