George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
114681de by George Hu at 2026-01-17T23:57:17+08:00
Remove redundant environment variables
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -16,14 +16,11 @@
sha256sums=('c20a07b9535dc34c0099f744f435ebfb53668b92f05e59b115fd264ecb9f7187')
prepare() {
cd "$pkgname-$pkgver"
- export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
cd "$pkgname-$pkgver"
- export RUSTUP_TOOLCHAIN=stable
- export CARGO_TARGET_DIR=target
cargo build --frozen --release --no-default-features --features=completion
mkdir -p "completions"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/114681dee03e85d005db77c7733cc68bef706feb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/114681dee03e85d005db77c7733cc68bef706feb
You're receiving this email because of your account on gitlab.archlinux.org.