diff options
Diffstat (limited to 'user/aspell-dict-ml')
-rw-r--r-- | user/aspell-dict-ml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-ml/APKBUILD b/user/aspell-dict-ml/APKBUILD index c296d6f41..6e169f47b 100644 --- a/user/aspell-dict-ml/APKBUILD +++ b/user/aspell-dict-ml/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="http://gnu.mirrors.pair.com/savannah/savannah/smc/Spellchecker/aspell6-ml-$_pkgver.tar.bz2" builddir="$srcdir/aspell6-ml-$_pkgver" |