bumped to version 0.33.8
This commit is contained in:
parent
fd78aa9430
commit
ebd02605c8
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -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.33.7
|
||||
pkgver = 0.33.8
|
||||
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.33.7.tgz
|
||||
source = https://registry.npmjs.org/projen/-/projen-0.33.7.tgz
|
||||
sha256sums = 1dbd59967372a78a4ed087a649dfd64dee54ba3779ca37d92fa7dd2ecc77982c
|
||||
noextract = projen-0.33.8.tgz
|
||||
source = https://registry.npmjs.org/projen/-/projen-0.33.8.tgz
|
||||
sha256sums = 337f2b853dcc5808c10a515d0d16d523eae041d13934cb63c26b175c326c789f
|
||||
|
||||
pkgname = projen
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: email@ricardo.band
|
||||
|
||||
pkgname=projen
|
||||
pkgver=0.33.7
|
||||
pkgver=0.33.8
|
||||
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=('1dbd59967372a78a4ed087a649dfd64dee54ba3779ca37d92fa7dd2ecc77982c')
|
||||
sha256sums=('337f2b853dcc5808c10a515d0d16d523eae041d13934cb63c26b175c326c789f')
|
||||
|
||||
package() {
|
||||
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
|
||||
|
|
Loading…
Reference in a new issue