bumped to version 0.54.48

This commit is contained in:
BOT gitlab.com/XenGi0/aur/projen 2022-04-27 16:06:11 +00:00
parent a9d6c9d99e
commit 364a73cf8d
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = projen
pkgdesc = Define and maintain complex project configuration through code. projen synthesizes project configuration files from a well-typed definition written in JavaScript.
pkgver = 0.54.46
pkgver = 0.54.48
pkgrel = 1
url = https://github.com/projen/projen/
arch = any
@ -10,8 +10,8 @@ pkgbase = projen
depends = nodejs
optdepends = bash-completion: Bash completion
optdepends = zsh: zsh completion
noextract = projen-0.54.46.tgz
source = https://registry.npmjs.org/projen/-/projen-0.54.46.tgz
sha256sums = dd346d1e09519230949f4027bafa129101bc22c15f09e0c5007de4448d9a7479
noextract = projen-0.54.48.tgz
source = https://registry.npmjs.org/projen/-/projen-0.54.48.tgz
sha256sums = 3240e4a91634eee44c7fd5fcdd8cc69b993dc45d597c11d2804790271e080fb1
pkgname = projen

View file

@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
pkgver=0.54.46
pkgver=0.54.48
pkgrel=1
pkgdesc="Define and maintain complex project configuration through code. projen synthesizes project configuration files from a well-typed definition written in JavaScript."
arch=('any')
@ -13,7 +13,7 @@ optdepends=('bash-completion: Bash completion'
'zsh: zsh completion')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
sha256sums=('dd346d1e09519230949f4027bafa129101bc22c15f09e0c5007de4448d9a7479')
sha256sums=('3240e4a91634eee44c7fd5fcdd8cc69b993dc45d597c11d2804790271e080fb1')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"