diff options
Diffstat (limited to 'user/aspell-dict-cy/APKBUILD')
-rw-r--r-- | user/aspell-dict-cy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-cy/APKBUILD b/user/aspell-dict-cy/APKBUILD index d357d42dd..3533f813a 100644 --- a/user/aspell-dict-cy/APKBUILD +++ b/user/aspell-dict-cy/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/cy/aspell-cy-$_pkgver.tar.bz2" builddir="$srcdir/aspell-cy-$_pkgver" |