summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-02-28 23:24:25 +0100
committerDave Reisner <dreisner@archlinux.org>2013-02-28 23:24:25 +0100
commit535b38fb68a92f53d65344271bb74bc0cce64962 (patch)
tree2d68325742def458fba05b9e2289176f809ac6f5
parentdde34ba8266d656b1ec81f774551e1448c39ac9e (diff)
downloadmkinitcpio-535b38fb68a92f53d65344271bb74bc0cce64962.tar.gz
mkinitcpio-535b38fb68a92f53d65344271bb74bc0cce64962.tar.xz
PKGBUILD: depend on systemd, not systemd-tools
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'