summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-02-26 09:39:39 +0700
committerkhai96_2020-02-26 09:39:39 +0700
commit893d20113dc3fa6f823a31feebc8da2e88ab9e00 (patch)
tree509c302f46b7e04c45c9731792dcf60da439c7af
parentc72c3b80fd65d93eb943e487b2efa125fff08f29 (diff)
downloadaur-893d20113dc3fa6f823a31feebc8da2e88ab9e00.tar.gz
Change license to Apache
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf3a8d25835..15c18d5428c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = wasmtime-bin
pkgrel = 0
url = https://wasmtime.dev/
arch = x86_64
- license = MIT
+ license = Apache
provides = wasmtime
provides = wasm2obj
conflicts = wasmtime
diff --git a/PKGBUILD b/PKGBUILD
index 896b20ce4ae6..6355b72687d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ provides=('wasmtime' 'wasm2obj')
conflicts=('wasmtime')
arch=('x86_64')
url="https://wasmtime.dev/"
-license=(MIT)
+license=(Apache)
_pkgname=wasmtime
_repo=https://github.com/bytecodealliance/$_pkgname
_download=${_repo}/releases/download/v${pkgver}