summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30b081830f5b..223a341b2c60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = wasmtime
arch = aarch64
license = APACHE2
makedepends = cargo
+ makedepends = git
source = wasmtime-0.25.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.25.0
sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e78a39380ae1..d8fa820e9be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/bytecodealliance/wasmtime"
license=('APACHE2')
depends=()
-makedepends=('cargo')
+makedepends=('cargo' 'git')
options=()
source=("${pkgname}-${pkgver}::git+https://github.com/bytecodealliance/wasmtime.git#tag=v${pkgver}")
sha384sums=('SKIP')