aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-11-09 09:29:28 +0200
committerTimo Teräs <timo.teras@iki.fi>2018-11-09 09:29:28 +0200
commit395818ef36dd9f9d423ac52db374ef7976212a09 (patch)
treef147e5037c99ec2940edf51ac5d73249fe9213bb /testing
parent866b9218921c22d317340e4e1e580a7cd5f084b8 (diff)
downloadaports-395818ef36dd9f9d423ac52db374ef7976212a09.tar.bz2
aports-395818ef36dd9f9d423ac52db374ef7976212a09.tar.xz
testing/yubico-piv-tool: fix checkdepends
Diffstat (limited to 'testing')
-rw-r--r--testing/yubico-piv-tool/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/yubico-piv-tool/APKBUILD b/testing/yubico-piv-tool/APKBUILD
index 0b3e7943b5..c3db34925b 100644
--- a/testing/yubico-piv-tool/APKBUILD
+++ b/testing/yubico-piv-tool/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="PIV Tools for yubikey"
url="https://developers.yubico.com/yubico-piv-tool"
arch="all"
license="BSD"
-makedepends="openssl-dev pcsc-lite-dev check-dev"
+makedepends="openssl-dev pcsc-lite-dev"
+checkdepends="check-dev bash"
subpackages="$pkgname-dev $pkgname-doc"
source="https://developers.yubico.com/$pkgname/Releases/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"