George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
66b4e613 by George Hu at 2026-01-18T00:08:41+08:00
Enable all features in the `cargo build` command
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -21,7 +21,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- cargo build --frozen --release --no-default-features --features=completion
+ cargo build --frozen --release --all-features
mkdir -p "completions"
for shell in bash zsh fish; do
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/66b4e6136a8654fdedea52b4524cb18f8b327b17
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/66b4e6136a8654fdedea52b4524cb18f8b327b17
You're receiving this email because of your account on gitlab.archlinux.org.