upgpkg(assemblyscript): 0.21.4

This commit is contained in:
MedzikUserBot 2022-09-26 04:55:43 +00:00
parent 4672ed0e9a
commit cc7f4a3413
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='assemblyscript'
conflicts=('typescript')
pkgver="0.21.3"
pkgver="0.21.4"
pkgrel=1
pkgdesc='TypeScript to WebAssembly compiler'
arch=('any')
@ -12,7 +12,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("$_file")
sha256sums=('59eb3e1357023d16656704bbc61db4066e94972998c7d3c5efd421dc9a2f227b')
sha256sums=('ef06c678161675117ee80c3d9833dfa2be5b9ecd9312540c2a4318566b1908e9')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"