summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2021-03-25 18:10:47 +0100
committerDario Ostuni2021-03-25 18:10:47 +0100
commit98cb52a9b97b92fbde4221ae85be378db4f1b17b (patch)
tree37934769f5a3e3b9137cf6e7cd3677d3029f262f
parent106cac2015626bea79487c461a1aaae8dc9ae3e3 (diff)
downloadaur-98cb52a9b97b92fbde4221ae85be378db4f1b17b.tar.gz
Add git to makedepends
-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')