summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-07-22 01:11:58 +1200
committertee2023-07-22 01:11:58 +1200
commitca7d8223987473a174fc6ec9a3b41b0b255b8e45 (patch)
tree84b70764a6228d299042b0d773bb1e9984c2a104
parentbe1481c2b197d118ca1765cd6e3b27004d2d35d8 (diff)
downloadaur-ca7d8223987473a174fc6ec9a3b41b0b255b8e45.tar.gz
Also install wasmedgec
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0386d858aebd..710986370bfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wasmedge-bin
pkgdesc = WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime
pkgver = 0.13.2
- pkgrel = 1
+ pkgrel = 2
url = https://wasmedge.org
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index a0afbc6a0f7c..24845def2426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(
wasmedge-plugin-wasi-crypto
)
pkgver=0.13.2
-pkgrel=1
+pkgrel=2
pkgdesc="WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime"
arch=(x86_64 aarch64)
url="https://wasmedge.org"
@@ -27,6 +27,7 @@ package_wasmedge-bin() {
install -Dm644 LICENSE -t $pkgdir/usr/share/licenses/${_pkgname,,}/
cd $_pkgname-$pkgver-Linux
install -Dm755 bin/${_pkgname,,} -t $pkgdir/usr/bin/
+ install -Dm755 bin/${_pkgname,,}c -t $pkgdir/usr/bin/
install -Dm755 lib64/libwasmedge.so.0.0.3 -t $pkgdir/usr/lib/
cp -d lib64/libwasmedge.so -t $pkgdir/usr/lib/
cp -d lib64/libwasmedge.so.0 -t $pkgdir/usr/lib/