diff options
Diffstat (limited to 'user/aspell-dict-am/APKBUILD')
-rw-r--r-- | user/aspell-dict-am/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-am/APKBUILD b/user/aspell-dict-am/APKBUILD index 655453f04..5aa0440a4 100644 --- a/user/aspell-dict-am/APKBUILD +++ b/user/aspell-dict-am/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" options="!check" # No test suite. license="Public-Domain" depends="aspell" -makedepends="debianutils-which" +makedepends="cmd:which" source="https://ftp.gnu.org/gnu/aspell/dict/am/aspell6-am-$_pkgver.tar.bz2" builddir="$srcdir/aspell6-am-$_pkgver" |