summaryrefslogtreecommitdiff
path: root/user/shunit2
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-09-18 16:02:40 -0400
committerMax Rees <maxcrees@me.com>2018-09-18 16:02:40 -0400
commit82a8a2392eff0a447310f598e6487b27e727bf46 (patch)
treeff3edc6382f989ca022895816aace7bed83696d6 /user/shunit2
parent1c48534b98a60411389cd46ba282481442a867b2 (diff)
downloadpackages-82a8a2392eff0a447310f598e6487b27e727bf46.tar.gz
packages-82a8a2392eff0a447310f598e6487b27e727bf46.tar.bz2
packages-82a8a2392eff0a447310f598e6487b27e727bf46.tar.xz
packages-82a8a2392eff0a447310f598e6487b27e727bf46.zip
various: fix depends to use cmd:which
Diffstat (limited to 'user/shunit2')
-rw-r--r--user/shunit2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/shunit2/APKBUILD b/user/shunit2/APKBUILD
index 8a110ff6d..baa658cf8 100644
--- a/user/shunit2/APKBUILD
+++ b/user/shunit2/APKBUILD
@@ -9,7 +9,7 @@ arch="noarch"
license="Apache-2.0"
depends="/bin/sh"
makedepends=""
-checkdepends="debianutils-which bash dash zsh"
+checkdepends="cmd:which bash dash zsh"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/kward/shunit2/archive/v$pkgver.tar.gz
dash-negative-lineno.patch"