aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2018-03-01 15:26:51 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-03-01 17:30:21 +0000
commit5887b5efe773c2a1d58659ae508b0a205d1ace81 (patch)
tree00fcd4428486745e8609710baa38f1997ba43452 /main/cryptsetup
parentb7f1ad0466d29412d00b9c2aa4281ed852b83fde (diff)
downloadaports-5887b5efe773c2a1d58659ae508b0a205d1ace81.tar.bz2
aports-5887b5efe773c2a1d58659ae508b0a205d1ace81.tar.xz
main/cryptsetup: add bash to checkdepend to avoid test not found errors
Diffstat (limited to 'main/cryptsetup')
-rw-r--r--main/cryptsetup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <ncopa@alpinelinux.org>
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