diff options
author | Max Rees <maxcrees@me.com> | 2018-09-18 16:02:40 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2018-09-18 16:02:40 -0400 |
commit | 82a8a2392eff0a447310f598e6487b27e727bf46 (patch) | |
tree | ff3edc6382f989ca022895816aace7bed83696d6 /user/shunit2/APKBUILD | |
parent | 1c48534b98a60411389cd46ba282481442a867b2 (diff) | |
download | packages-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/APKBUILD')
-rw-r--r-- | user/shunit2/APKBUILD | 2 |
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" |