diff options
author | root <root@rshg054.dnsready.net> | 2012-10-30 01:38:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-30 01:38:24 -0700 |
commit | 455295fdb5009a8cd7b033a93e01f7450fd3087b (patch) | |
tree | 278f9d3446f3e581a65629cb7a122c9d5df20df8 /core | |
parent | 29665004d902f751dedb1a4baaa896f9ed74c6b6 (diff) |
Tue Oct 30 01:38:05 PDT 2012
Diffstat (limited to 'core')
-rw-r--r-- | core/util-linux/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD index 4280c06fa..83396dbb3 100644 --- a/core/util-linux/PKGBUILD +++ b/core/util-linux/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 168750 2012-10-15 14:14:40Z tomegun $ +# $Id: PKGBUILD 169791 2012-10-29 11:02:48Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: judd <jvinet@zeroflux.org> 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') |