upgpkg(angular-cli): 15.2.4

This commit is contained in:
MedzikUserBot 2023-03-16 10:16:56 +00:00
parent bf09970be1
commit e8d2b4e8c1
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.2.3"
pkgver="15.2.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=('1eb15913b86fe9030fd3e68dba3976eaca6b1e317c6a8d34d35af0e58f3df369')
sha256sums=('a634c7cc4106968b6d5b5feac3e944ed783bb826229ccde76e395a0f8841e977')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"