[arch-commits] Commit in wasmtime/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Tue Jan 4 21:52:18 UTC 2022


    Date: Tuesday, January 4, 2022 @ 21:52:18
  Author: freswa
Revision: 1093129

upgpkg: wasmtime 0.32.1-1

Modified:
  wasmtime/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-04 21:52:02 UTC (rev 1093128)
+++ PKGBUILD	2022-01-04 21:52:18 UTC (rev 1093129)
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni <dario.ostuni at gmail.com>
 
 pkgname=wasmtime
-pkgver=0.32.0
+pkgver=0.32.1
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')
@@ -10,6 +10,7 @@
 license=('Apache')
 depends=('gcc-libs')
 makedepends=('cargo' 'git')
+options=('!lto')
 source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}"
         git+https://github.com/WebAssembly/testsuite.git
         git+https://github.com/WebAssembly/wasm-c-api.git



More information about the arch-commits mailing list