bumped to version 0.31.15

This commit is contained in:
BOT gitlab.com/XenGi-aur/projen 2021-10-28 16:06:05 +00:00
parent 2f8661884b
commit 9183d15f5e
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.31.14 pkgver = 0.31.15
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.31.14.tgz noextract = projen-0.31.15.tgz
source = https://registry.npmjs.org/projen/-/projen-0.31.14.tgz source = https://registry.npmjs.org/projen/-/projen-0.31.15.tgz
sha256sums = 0815e353f3d668ca2ac3a41d94539e1ce1388e7dc71dfcb3a57cd7c274b5f415 sha256sums = 09e193b845d046d404a4f28d351cf3226ba4910fa6a78793a873e8e5ff0e04dc
pkgname = projen pkgname = projen

View file

@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band # Maintainer: email@ricardo.band
pkgname=projen pkgname=projen
pkgver=0.31.14 pkgver=0.31.15
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=('0815e353f3d668ca2ac3a41d94539e1ce1388e7dc71dfcb3a57cd7c274b5f415') sha256sums=('09e193b845d046d404a4f28d351cf3226ba4910fa6a78793a873e8e5ff0e04dc')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz" npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"