summaryrefslogtreecommitdiff
path: root/user/aspell-dict-sv
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-sv
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-sv')
-rw-r--r--user/aspell-dict-sv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-sv/APKBUILD b/user/aspell-dict-sv/APKBUILD
index 44a508d69..d7c154ff6 100644
--- a/user/aspell-dict-sv/APKBUILD
+++ b/user/aspell-dict-sv/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/sv/aspell-sv-$_pkgver.tar.bz2"
builddir="$srcdir/aspell-sv-$_pkgver"