upgpkg(angular-cli): 15.1.4

This commit is contained in:
MedzikUserBot 2023-02-01 20:16:18 +00:00
parent bb8842c4e8
commit aa2e35c9cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
_npmname='@angular/cli'
pkgname='angular-cli'
pkgver="15.1.3"
pkgver="15.1.4"
pkgrel=1
pkgdesc='CLI tool for Angular'
arch=('any')
@ -12,7 +12,7 @@ makedepends=('npm')
_file="cli-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_npmname}/-/${_file}")
noextract=("${_file}")
sha256sums=('53360d7d3a719729d14471ed57c6b07136e5d4c8777d370be0d10be77ce2d817')
sha256sums=('d6eade4d005239c264da4ae59a86db0c1703ad06b2366f97c12898372e63d4e1')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"