upgpkg(assemblyscript): 0.26.3

This commit is contained in:
MedzikUserBot 2023-01-14 02:34:09 +00:00
parent b48cf12a76
commit e7d7bb376b
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.26.2"
pkgver="0.26.3"
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=('32b70d9c4260f1c9e81d9125f858438ef0a45bbc7675638650fe7e1186e0e25d')
sha256sums=('ae9c209d861bec6c4d4d4aef2c3b2aeb0ca7b75a5a607cb59acd5405554cb3a5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"