summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2021-03-25 18:10:47 +0100
committerDario Ostuni2021-03-25 18:10:47 +0100
commit98cb52a9b97b92fbde4221ae85be378db4f1b17b (patch)
tree37934769f5a3e3b9137cf6e7cd3677d3029f262f /PKGBUILD
parent106cac2015626bea79487c461a1aaae8dc9ae3e3 (diff)
downloadaur-98cb52a9b97b92fbde4221ae85be378db4f1b17b.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')