diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-01-08 01:11:00 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:58 -0500 |
commit | a3e1d017394b4e864d8a5cbb5a3821990a0d819f (patch) | |
tree | 460066492bdfdc3fb286d95210141d56d9a75daf /user/aspell-dict-gv | |
parent | bea196d9886a85cb967a918fcc2bdd779e5d93c3 (diff) | |
download | packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.gz packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.bz2 packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.xz packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.zip |
user/*: use generic 'which' instead of forcing debianutils implementation. closes !642.
Diffstat (limited to 'user/aspell-dict-gv')
-rw-r--r-- | user/aspell-dict-gv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-gv/APKBUILD b/user/aspell-dict-gv/APKBUILD index 022042c0a..9fb63f1ea 100644 --- a/user/aspell-dict-gv/APKBUILD +++ b/user/aspell-dict-gv/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" -makedepends="debianutils-which" +makedepends="cmd:which" source="https://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-$_pkgver.tar.bz2" builddir="$srcdir/aspell-gv-$_pkgver" |