aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-01-24 20:31:14 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-24 20:31:14 +0100
commit2609eeb86e3bd80f62570d5f21b9c3388a99eeb9 (patch)
tree8a09fb78aea6f0e77c8c39781d5ec52ba5ea3455 /main/mkinitfs
parent4fae883870e8503a4f83bc718b26d3258b224b9e (diff)
main/mkinitfs: needs at least cryptsetup >= 2.0.0
Diffstat (limited to 'main/mkinitfs')
-rw-r--r--main/mkinitfs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD
index e5873de2c4d..e65f914bd7e 100644
--- a/main/mkinitfs/APKBUILD
+++ b/main/mkinitfs/APKBUILD
@@ -8,7 +8,7 @@ url="https://git.alpinelinux.org/cgit/mkinitfs"
arch="all"
license="GPL-2.0"
makedepends_build=""
-makedepends_host="busybox kmod-dev util-linux-dev cryptsetup-dev linux-headers"
+makedepends_host="busybox kmod-dev util-linux-dev cryptsetup-dev>=2.0.0 linux-headers"
makedepends="$makedepends_build $makedepends_host"
depends="busybox apk-tools>=2.9.1 lddtree>=1.25"
install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade"