summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-12 20:10:40 +0100
committerDave Reisner <dreisner@archlinux.org>2013-01-12 22:59:33 +0100
commitdae9fa1991222170b6453a887fe7ea9c7f160e2c (patch)
treeafd06520d7ea5b9d60c89a346745212ffa59ba6b /PKGBUILD
parent4731ce5298b8501e5f87ec0b69363ef42d5e9289 (diff)
downloadmkinitcpio-dae9fa1991222170b6453a887fe7ea9c7f160e2c.tar.gz
mkinitcpio-dae9fa1991222170b6453a887fe7ea9c7f160e2c.tar.xz
lsinitcpio: further cut out dependency on file
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41c3611..80d4fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ groups=('base')
conflicts=('mkinitcpio')
provides=("mkinitcpio=$pkgver")
depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 'libarchive' 'coreutils'
- 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd-tools' 'file' 'gzip')
+ 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd-tools' 'gzip')
makedepends=('asciidoc' 'git' 'sed')
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'