diff options
Diffstat (limited to 'user/aspell-dict-tet/APKBUILD')
-rw-r--r-- | user/aspell-dict-tet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-tet/APKBUILD b/user/aspell-dict-tet/APKBUILD index 810cffb49..4bd7bb1d3 100644 --- a/user/aspell-dict-tet/APKBUILD +++ b/user/aspell-dict-tet/APKBUILD @@ -9,7 +9,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/tet/aspell5-tet-$pkgver.tar.bz2" builddir="$srcdir/aspell5-tet-$pkgver" |