summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-04-25 22:49:59 +0700
committerkhai96_2019-04-25 22:49:59 +0700
commit4c4defbc71a25d8627c4da78005b4130981109c9 (patch)
treeb5d6b25ec54844d88bf52cce3354e17a0a5f1b08
parent0122f25439478b6ddfe207029be281d1a9583e44 (diff)
downloadaur-4c4defbc71a25d8627c4da78005b4130981109c9.tar.gz
ddd bash as a dependency
because /usr/bin/wapm is a damn bash script
-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=(