upgpkg(aws-cdk): 2.86.0

This commit is contained in:
MedzikUserBot 2023-06-29 16:20:08 +00:00
parent c2d0b8846d
commit f1087d5b8f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com> # Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='aws-cdk' pkgname='aws-cdk'
pkgver="2.85.0" pkgver="2.86.0"
pkgrel=1 pkgrel=1
pkgdesc='CDK Toolkit, the command line tool for CDK app' pkgdesc='CDK Toolkit, the command line tool for CDK app'
arch=('any') arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz" _file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}") source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}") noextract=("${_file}")
sha256sums=('b68c06d833b6008fed88cfcd414143f5861f7cc537a7122ae4efe63e92fbb502') sha256sums=('11a9d7baaf088a975df3451dacfaf7083b5ef64d965490d1c2fc15033958615e')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"