diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-01-08 01:11:00 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-06-12 23:51:31 +0000 |
commit | 2f584ba2f05c8f3d4e093ec5621293dcd2c6fe56 (patch) | |
tree | 9e24f991e79902b732276db3f667d08622d6d6a4 /user/aspell-dict-pl/APKBUILD | |
parent | 2a7b9a6b0074b4130fbe30bf3ede206316021f97 (diff) | |
download | packages-2f584ba2f05c8f3d4e093ec5621293dcd2c6fe56.tar.gz packages-2f584ba2f05c8f3d4e093ec5621293dcd2c6fe56.tar.bz2 packages-2f584ba2f05c8f3d4e093ec5621293dcd2c6fe56.tar.xz packages-2f584ba2f05c8f3d4e093ec5621293dcd2c6fe56.zip |
user/*: use generic 'which' instead of forcing debianutils implementation. closes !642.
Diffstat (limited to 'user/aspell-dict-pl/APKBUILD')
-rw-r--r-- | user/aspell-dict-pl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-pl/APKBUILD b/user/aspell-dict-pl/APKBUILD index 209a45d47..d5da98bf8 100644 --- a/user/aspell-dict-pl/APKBUILD +++ b/user/aspell-dict-pl/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://dev.sick.bike/dist/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz"2 builddir="$srcdir/aspell6-pl-6.0_$pkgver-0" |