summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edafdd83e05d..e57115ab108b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
pkgver = 0.16.0
- pkgrel = 0
+ pkgrel = 1
url = https://wasmtime.dev/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 32fa3c8ff51c..8f8dea6a09a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wasmtime-bin
pkgver=0.16.0
-pkgrel=0
+pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')
conflicts=('wasmtime')