aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 10:07:16 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 10:07:16 +0200
commit88bbd58ee164226437e1dba9836ff874e3f9f57b (patch)
treedb0d83249de7d4baf833e8598d2143b247225098
parentchore: add recommended shellcheck options to PKGBUILD (diff)
downloadPKGBUILDs-88bbd58ee164226437e1dba9836ff874e3f9f57b.tar.gz
feat: remove unnecessary "rustfmt" opt-depend
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69abe59..a085f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ depends=(
glibc
openssl
)
-optdepends=('rustfmt: better code formatting')
makedepends=(
git
cargo
@@ -27,7 +26,6 @@ sha256sums=('SKIP')
prepare() {
cd "${_pkgname}"
- rm .cargo/config.toml
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"