diff options
author | root <root@rshg054.dnsready.net> | 2013-03-17 00:30:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-17 00:30:56 -0700 |
commit | 993f2994ae292cae095a0282520680c33d92af5b (patch) | |
tree | 9784eadc28df639d1dd02269687e7c9d0e5bc595 /core/util-linux/PKGBUILD | |
parent | ea60830c19f04f36803e26821bd9db1361489653 (diff) |
Sun Mar 17 00:30:56 PDT 2013
Diffstat (limited to 'core/util-linux/PKGBUILD')
-rw-r--r-- | core/util-linux/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD index e0aabed6c..b5c31da6a 100644 --- a/core/util-linux/PKGBUILD +++ b/core/util-linux/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 173745 2012-12-22 15:22:20Z tomegun $ +# $Id: PKGBUILD 180085 2013-03-16 08:30:40Z pierre $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: judd <jvinet@zeroflux.org> pkgname=util-linux pkgver=2.22.2 -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') +groups=('base' 'base-devel') depends=('pam' 'shadow' 'coreutils' 'glibc') # checkdepends=('bc') conflicts=('util-linux-ng' 'eject') |