upgpkg(assemblyscript): 0.26.1

This commit is contained in:
MedzikUserBot 2023-01-09 02:39:11 +00:00
parent 3143b455d0
commit 74a6fdadfb
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.0"
pkgver="0.26.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=('ea55d1dfea6077f688a4ff446be80218dfe082506eea81a7d6bcb49e9a227777')
sha256sums=('59a2410b30af3565468dbe075123c3006cc500e5e82afb4e045abf84500ccff1')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"