From 535b38fb68a92f53d65344271bb74bc0cce64962 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 28 Feb 2013 17:24:25 -0500 Subject: PKGBUILD: depend on systemd, not systemd-tools Signed-off-by: Dave Reisner --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 80d4fb9..5311210 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' 'gzip') + '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' 'bzip2: Use bzip2 compression for the initramfs image' -- cgit v1.2.3-24-g4f1b