diff options
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" |