summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-05-20 16:39:07 +0700
committerkhai96_2020-05-20 16:39:07 +0700
commit4f55ad09de6d71803dbd7c74e7c13aaf987e5d18 (patch)
tree547d89c8620f45533383dd001d842dc6640c4ecf
parent9e606362591e8f7a231bbd12d4842aa858bd539c (diff)
downloadaur-4f55ad09de6d71803dbd7c74e7c13aaf987e5d18.tar.gz
Remove wasm2obj
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aac379406ba..32fa3c8ff51c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,5 @@ sha512sums=(
package() {
cd "$srcdir"/wasmtime-v${pkgver}-x86_64-linux
install -Dm755 wasmtime "$pkgdir"/usr/bin/wasmtime
- install -Dm755 wasm2obj "$pkgdir"/usr/bin/wasm2obj
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}