From 5887b5efe773c2a1d58659ae508b0a205d1ace81 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Thu, 1 Mar 2018 15:26:51 +0000 Subject: main/cryptsetup: add bash to checkdepend to avoid test not found errors --- main/cryptsetup/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/cryptsetup') diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index fb96f1dac9..89979b13df 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=cryptsetup pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" @@ -13,7 +13,7 @@ makedepends_build="" makedepends_host="lvm2-dev libressl-dev popt-dev util-linux-dev json-c-dev argon2-dev" makedepends="$makedepends_build $makedepends_host" -checkdepends="device-mapper sharutils which" +checkdepends="device-mapper sharutils which bash" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="https://www.kernel.org/pub/linux/utils/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.gz flush-stdout.patch -- cgit v1.2.3