bumped to version 0.55.7
This commit is contained in:
parent
7058ecb0cb
commit
590579e084
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.4
|
pkgver = 0.55.7
|
||||||
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.4.tgz
|
noextract = projen-0.55.7.tgz
|
||||||
source = https://registry.npmjs.org/projen/-/projen-0.55.4.tgz
|
source = https://registry.npmjs.org/projen/-/projen-0.55.7.tgz
|
||||||
sha256sums = efca51eb400563b7eff8b115a5c92c34a77b2dc40c4050e6eeed058302d87bb8
|
sha256sums = e069cec0fa9cf5bb98a4b2f0d4711145a9456aa9e0b95b13cd01cad312055e8d
|
||||||
|
|
||||||
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.4
|
pkgver=0.55.7
|
||||||
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=('efca51eb400563b7eff8b115a5c92c34a77b2dc40c4050e6eeed058302d87bb8')
|
sha256sums=('e069cec0fa9cf5bb98a4b2f0d4711145a9456aa9e0b95b13cd01cad312055e8d')
|
||||||
|
|
||||||
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