upgpkg(assemblyscript): 0.27.8

This commit is contained in:
MedzikUserBot 2023-08-02 02:25:23 +00:00
parent 6bcba727c3
commit ee18870697
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.27.7"
pkgver="0.27.8"
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=('65e565706ea062596526a8531e7e6f68929c93f1fe66345b1fb852c7f71498a1')
sha256sums=('ed68b1fcbfc9234c69181e78e0ae89eb5ed67e5e2e8f29c98805472f9abd1459')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"