George Hu pushed to branch main at Arch Linux / Packaging / Packages / silicon
Commits: 15de3f5a by George Hu at 2026-03-01T17:25:12+08:00 Add prepare() function - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -14,6 +14,11 @@ url="https://github.com/Aloxaf/silicon" source=("$pkgname-$pkgver.tar.gz::https://github.com/Aloxaf/silicon/archive/v$pkgver.tar.gz") sha256sums=('56e7f3be4118320b64e37a174cc2294484e27b019c59908c0a96680a5ae3ad58') +prepare() { + cd "$srcdir/silicon-$pkgver" + cargo fetch --locked --target host-tuple +} + build() { cd "$srcdir/silicon-$pkgver" RUSTONIG_DYNAMIC_LIBONIG=1 cargo build --release --locked View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/15de3f5a08fba8525106f42b8139fc07e04c10e6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/15de3f5a08fba8525106f42b8139fc07e04c10e6 You're receiving this email because of your account on gitlab.archlinux.org.
