summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-11-05 02:57:55 +1300
committertee2023-11-05 02:57:55 +1300
commite84ec1104df36d1fdeb91f87faffcfa350f26135 (patch)
treed22eb313365a1916175ab6955a8c6ddaff59c19c
parentf63bfbbdae51fb20b839766aba520fd8d2091b6b (diff)
downloadaur-e84ec1104df36d1fdeb91f87faffcfa350f26135.tar.gz
Update to 0.13.5
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD32
2 files changed, 17 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2adaba33f200..3bd63751733b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,18 @@
pkgbase = wasmedge-bin
pkgdesc = WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime
- pkgver = 0.13.4
+ pkgver = 0.13.5
pkgrel = 1
url = https://wasmedge.org
arch = x86_64
arch = aarch64
license = APACHE 2.0
- source = https://github.com/WasmEdge/WasmEdge/raw/0.13.4/LICENSE
- sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-0.13.4-manylinux2014_x86_64.tar.xz
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-plugin-wasi_crypto-0.13.4-manylinux2014_x86_64.tar.gz
- sha256sums_x86_64 = 512f95883ec03590fa9939bd28d3f08ab11f90a56058bfed6985fc8b2928672e
- sha256sums_x86_64 = 7f0b24ccc25e28cbde46d93498f1f58332b91fce12bbac010e7d4dd2b48f4f37
- source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-0.13.4-manylinux2014_aarch64.tar.xz
- source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-plugin-wasi_crypto-0.13.4-manylinux2014_aarch64.tar.gz
- sha256sums_aarch64 = 4d26d5e12876ecb0d1b5295b3315a6d2f0defedebc927b312a47eeda30f0712a
- sha256sums_aarch64 = c3085c365fd3bab2b64d1f7531aa14299e560b5fb9a91043176dc7afce09eb2b
-
-pkgname = wasmedge-bin
provides = wasmedge
conflicts = wasmedge
+ source = https://github.com/WasmEdge/WasmEdge/raw/0.13.5/LICENSE
+ sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
+ source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.5/WasmEdge-0.13.5-manylinux2014_x86_64.tar.xz
+ sha256sums_x86_64 = 03be8c0519d73db69a83c5313717eabdb6f0c1be635d105ac661c5a9e2c6f249
+ source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.5/WasmEdge-0.13.5-manylinux2014_aarch64.tar.xz
+ sha256sums_aarch64 = 7bb11c59887ae88c5e27574322bcace5c8d744ae32f14b95df90c61cfeca0e5d
-pkgname = wasmedge-plugin-wasi-crypto
- pkgdesc = WasmEdge wasi crypto plugin
- depends = wasmedge
+pkgname = wasmedge-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba4443e7f4d1..6fc948b29b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,23 @@
# Maintainer: tee < teeaur at duck dot com >
-#pkgbase=wasmedge
_pkgname=WasmEdge
-pkgname=(
- wasmedge-bin
- wasmedge-plugin-wasi-crypto
-)
-pkgver=0.13.4
+pkgname=wasmedge-bin
+pkgver=0.13.5
pkgrel=1
pkgdesc="WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime"
arch=(x86_64 aarch64)
+provides=(wasmedge)
+conflicts=(wasmedge)
url="https://wasmedge.org"
_url="https://github.com/WasmEdge/WasmEdge"
license=("APACHE 2.0")
source=("$_url/raw/$pkgver/LICENSE")
-source_x86_64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_x86_64.tar.xz"
-"$_url/releases/download/$pkgver/$_pkgname-plugin-wasi_crypto-$pkgver-manylinux2014_x86_64.tar.gz")
-source_aarch64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_aarch64.tar.xz"
-"$_url/releases/download/$pkgver/$_pkgname-plugin-wasi_crypto-$pkgver-manylinux2014_aarch64.tar.gz")
+source_x86_64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_x86_64.tar.xz")
+source_aarch64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_aarch64.tar.xz")
sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
-sha256sums_x86_64=('512f95883ec03590fa9939bd28d3f08ab11f90a56058bfed6985fc8b2928672e'
- '7f0b24ccc25e28cbde46d93498f1f58332b91fce12bbac010e7d4dd2b48f4f37')
-sha256sums_aarch64=('4d26d5e12876ecb0d1b5295b3315a6d2f0defedebc927b312a47eeda30f0712a'
- 'c3085c365fd3bab2b64d1f7531aa14299e560b5fb9a91043176dc7afce09eb2b')
+sha256sums_x86_64=('03be8c0519d73db69a83c5313717eabdb6f0c1be635d105ac661c5a9e2c6f249')
+sha256sums_aarch64=('7bb11c59887ae88c5e27574322bcace5c8d744ae32f14b95df90c61cfeca0e5d')
-package_wasmedge-bin() {
- provides=(wasmedge)
- conflicts=(wasmedge)
+package() {
install -Dm644 LICENSE -t $pkgdir/usr/share/licenses/${_pkgname,,}/
cd $_pkgname-$pkgver-Linux
install -Dm755 bin/${_pkgname,,} -t $pkgdir/usr/bin/
@@ -35,9 +27,3 @@ package_wasmedge-bin() {
cp -d lib64/libwasmedge.so.0 -t $pkgdir/usr/lib/
install -D include/${_pkgname,,}/* -t $pkgdir/usr/include/
}
-
-package_wasmedge-plugin-wasi-crypto() {
- pkgdesc='WasmEdge wasi crypto plugin'
- depends=(wasmedge)
- install -Dm755 libwasmedgePluginWasiCrypto.so -t $pkgdir/usr/lib/
-}