bumped to version 0.34.20

This commit is contained in:
BOT gitlab.com/XenGi-aur/projen 2021-11-25 16:06:39 +00:00
parent c96c7752b1
commit 0527953b6d
2 changed files with 6 additions and 6 deletions

View file

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

View file

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