bumped to version 0.56.19

This commit is contained in:
BOT gitlab.com/XenGi0/aur/projen 2022-05-19 16:06:30 +00:00
parent 9a70ce30a1
commit 02a486465a
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.56.16
pkgver = 0.56.19
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.56.16.tgz
source = https://registry.npmjs.org/projen/-/projen-0.56.16.tgz
sha256sums = 9625918b6577d49a5ac83d491ff4c68e2abe51d3370c81f68073d3bfbeac3e0e
noextract = projen-0.56.19.tgz
source = https://registry.npmjs.org/projen/-/projen-0.56.19.tgz
sha256sums = da28530a9ccd2142a2bece15c1f8b5f1dad6c516290424b022dcef053843e1db
pkgname = projen

View file

@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
pkgver=0.56.16
pkgver=0.56.19
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=('9625918b6577d49a5ac83d491ff4c68e2abe51d3370c81f68073d3bfbeac3e0e')
sha256sums=('da28530a9ccd2142a2bece15c1f8b5f1dad6c516290424b022dcef053843e1db')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"