diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-11-09 09:29:28 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-09 09:29:28 +0200 |
commit | 395818ef36dd9f9d423ac52db374ef7976212a09 (patch) | |
tree | f147e5037c99ec2940edf51ac5d73249fe9213bb /testing/yubico-piv-tool | |
parent | 866b9218921c22d317340e4e1e580a7cd5f084b8 (diff) | |
download | aports-395818ef36dd9f9d423ac52db374ef7976212a09.tar.bz2 aports-395818ef36dd9f9d423ac52db374ef7976212a09.tar.xz |
testing/yubico-piv-tool: fix checkdepends
Diffstat (limited to 'testing/yubico-piv-tool')
-rw-r--r-- | testing/yubico-piv-tool/APKBUILD | 3 |
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" |