diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-02-28 23:24:25 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-02-28 23:24:25 +0100 |
commit | 535b38fb68a92f53d65344271bb74bc0cce64962 (patch) | |
tree | 2d68325742def458fba05b9e2289176f809ac6f5 | |
parent | dde34ba8266d656b1ec81f774551e1448c39ac9e (diff) | |
download | mkinitcpio-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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |