summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-02-04 00:58:55 +0100
committerDave Reisner <dreisner@archlinux.org>2013-04-24 16:43:38 +0200
commit943c0feb1967e057b2ae518246859b50c58433b0 (patch)
treea0719b1738239aac59d61a4b9fa6236a645c0f0e /PKGBUILD
parent963e7432c089c6067ecaade146f1a243370100e9 (diff)
downloadmkinitcpio-943c0feb1967e057b2ae518246859b50c58433b0.tar.gz
mkinitcpio-943c0feb1967e057b2ae518246859b50c58433b0.tar.xz
shutdown: use umount --recursive
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 5311210..440e691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL')
groups=('base')
conflicts=('mkinitcpio')
provides=("mkinitcpio=$pkgver")
-depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 'libarchive' 'coreutils'
+depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils'
'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd' 'gzip')
makedepends=('asciidoc' 'git' 'sed')
optdepends=('xz: Use lzma or xz compression for the initramfs image'