upgpkg(assemblyscript): 0.26.2

This commit is contained in:
MedzikUserBot 2023-01-13 02:45:26 +00:00
parent 7e00645af2
commit 5ca2520e18
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.1"
pkgver="0.26.2"
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=('59a2410b30af3565468dbe075123c3006cc500e5e82afb4e045abf84500ccff1')
sha256sums=('32b70d9c4260f1c9e81d9125f858438ef0a45bbc7675638650fe7e1186e0e25d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"