upgpkg(assemblyscript): 0.23.1

This commit is contained in:
MedzikUserBot 2022-11-13 03:26:13 +00:00
parent dc1d2f4091
commit 112ef8c415
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.23.0"
pkgver="0.23.1"
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=('74bf3abb4381b02e0e56b741d4bcdf1b27cea55e3c7943144524759d5e3c8dc4')
sha256sums=('6f64d9dc19baae6513bde8ce369e0695b084f53868efe86e27c314953344ccd0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"