summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ro
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-01-08 01:11:00 -0600
committerZach van Rijn <me@zv.io>2022-10-21 18:33:58 -0500
commita3e1d017394b4e864d8a5cbb5a3821990a0d819f (patch)
tree460066492bdfdc3fb286d95210141d56d9a75daf /user/aspell-dict-ro
parentbea196d9886a85cb967a918fcc2bdd779e5d93c3 (diff)
downloadpackages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.gz
packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.bz2
packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.tar.xz
packages-a3e1d017394b4e864d8a5cbb5a3821990a0d819f.zip
user/*: use generic 'which' instead of forcing debianutils implementation. closes !642.
Diffstat (limited to 'user/aspell-dict-ro')
-rw-r--r--user/aspell-dict-ro/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-ro/APKBUILD b/user/aspell-dict-ro/APKBUILD
index 76888dca9..f5a63f141 100644
--- a/user/aspell-dict-ro/APKBUILD
+++ b/user/aspell-dict-ro/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://download.sourceforge.net/rospell/aspell5-ro-$pkgver.tar.bz2"
builddir="$srcdir/aspell5-ro-$pkgver"