summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-27 12:12:22 +0200
committerpml68 <contact@pml68.dev>2025-06-27 12:12:22 +0200
commit2bbe61b1300ee6fcc13e114091a7aaaa0d13e56b (patch)
tree6f697ab38496201ed0206f0c7f1a17e201ef5410 /PKGBUILD
parentci: rename `all` jobs -> `lint` & `test` [skip ci] (diff)
downloadiced-builder-2bbe61b1300ee6fcc13e114091a7aaaa0d13e56b.tar.gz
feat: make `rustfmt` optional as a dependency
Diffstat (limited to '')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6832782..6763a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ depends=(
gcc-libs
glibc
openssl
- rustfmt
)
+optdepends=('rustfmt: better code formatting')
makedepends=(
git
- cargo
+ 'cargo>=1.85.0'
clang
mold
)