Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
39a52cb8 by Frederik Schwan at 2026-02-15T21:06:12+01:00
remove gcc-libs dependency
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc='Standalone JIT-style runtime for WebAssembly, using
Cranelift'
arch=('x86_64')
url='https://github.com/bytecodealliance/wasmtime'
license=('Apache-2.0')
-depends=('gcc-libs')
+depends=('libgcc')
makedepends=('cargo' 'cmake' 'git')
options=('!lto')
source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/39a52cb88f7bbbadec1d2cb2d59f756773c13627
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/39a52cb88f7bbbadec1d2cb2d59f756773c13627
You're receiving this email because of your account on gitlab.archlinux.org.