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 e088ff980de9..e44db134e5a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wasmer-bin
url = https://wasmer.io/
arch = x86_64
license = MIT
+ depends = bash
provides = wasmer
provides = wapm
conflicts = wasmer
diff --git a/PKGBUILD b/PKGBUILD
index 03942d6f5e5f..2227cbfb1bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Universal WebAssembly runtime'
arch=(x86_64)
license=(MIT)
url='https://wasmer.io/'
-depends=()
+depends=(bash)
conflicts=(wasmer wapm)
provides=(wasmer wapm)
source=(