upgpkg(assemblyscript): 0.20.18

This commit is contained in:
MedzikUserBot 2022-08-08 03:40:24 +00:00
parent ea855155b2
commit cbeeb3fd10
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.20.17"
pkgver="0.20.18"
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=('3df2a3bcb0750cda7b73b77b895fbd8afcef706c659ff487b784e492f0d12c08')
sha256sums=('f0cfbbc88091a940c138ae579495365906243cd3f623c7fa9eefdadfe1bd8e9e')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"