summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 23:10:14 +0800
committerChocobo12023-04-10 23:10:35 +0800
commit9100308e09670ec28a86a5457161e9a1afc966e7 (patch)
tree99bb433bcfae9ce1a3f2a2cc68e0fe2564bffb27
parent17828f8421361eeb8307187873eaa2de45e4dba6 (diff)
downloadaur-wasmtime-git.tar.gz
upgpkg: wasmtime-git 7.0.0.r173.g2d1dbb17a-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a572b8f4f998..f02de44ee255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = wasmtime-git
pkgdesc = Standalone JIT-style runtime for WebAssembly
- pkgver = 7.0.0.r157.g7eb891409
+ pkgver = 7.0.0.r173.g2d1dbb17a
pkgrel = 1
url = https://wasmtime.dev/
arch = i686
arch = x86_64
- license = apache
+ license = Apache
makedepends = git
makedepends = rust
depends = gcc-libs
- provides = wasmtime=7.0.0.r157.g7eb891409
+ provides = wasmtime=7.0.0.r173.g2d1dbb17a
conflicts = wasmtime
source = git+https://github.com/bytecodealliance/wasmtime.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0fc11c22d23d..0d8a3dc76896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=wasmtime-git
-pkgver=7.0.0.r157.g7eb891409
+pkgver=7.0.0.r173.g2d1dbb17a
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly"
arch=('i686' 'x86_64')
url="https://wasmtime.dev/"
-license=('apache')
+license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'rust')
provides=("wasmtime=$pkgver")