diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-09 10:41:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-09 10:41:59 -0300 |
commit | 124239a21e7c9752673ce3882eaf482a36b1c252 (patch) | |
tree | 3fd3365525ee553b59520f82b60d373724a3515c /core/util-linux | |
parent | 1d7654844d03a315c45e204abf8fa44f4d750bba (diff) |
Doesn't pass configure without git
Diffstat (limited to 'core/util-linux')
-rw-r--r-- | core/util-linux/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD index 5c3006962..6323c34d8 100644 --- a/core/util-linux/PKGBUILD +++ b/core/util-linux/PKGBUILD @@ -10,7 +10,7 @@ url="http://www.kernel.org/pub/linux/utils/util-linux/" arch=('i686' 'x86_64' 'mips64el') groups=('base') depends=('pam' 'shadow') -makedepends=('bc') # for check() only, change this to checkdepends for pacman 4.1 +makedepends=('bc' 'git') # for check() only, change this to checkdepends for pacman 4.1 conflicts=('util-linux-ng' 'eject') provides=("util-linux-ng=${pkgver}" 'eject') license=('GPL2') |