bumped to version 0.56.3
This commit is contained in:
parent
52a2b86c62
commit
0e38883f8d
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -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.55.12
|
pkgver = 0.56.3
|
||||||
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.55.12.tgz
|
noextract = projen-0.56.3.tgz
|
||||||
source = https://registry.npmjs.org/projen/-/projen-0.55.12.tgz
|
source = https://registry.npmjs.org/projen/-/projen-0.56.3.tgz
|
||||||
sha256sums = 475444549b0a07546eff346c4347aa577da3dfa2ab3993e7cbea0ac2a822fd4c
|
sha256sums = 373661ed5f2edcfddae8413aaa7f8bc36cf2f083b343dfaef3096f2a138451f4
|
||||||
|
|
||||||
pkgname = projen
|
pkgname = projen
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: email@ricardo.band
|
# Maintainer: email@ricardo.band
|
||||||
|
|
||||||
pkgname=projen
|
pkgname=projen
|
||||||
pkgver=0.55.12
|
pkgver=0.56.3
|
||||||
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=('475444549b0a07546eff346c4347aa577da3dfa2ab3993e7cbea0ac2a822fd4c')
|
sha256sums=('373661ed5f2edcfddae8413aaa7f8bc36cf2f083b343dfaef3096f2a138451f4')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
|
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
|
||||||
|
|
Loading…
Reference in a new issue