summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-26 16:04:31 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-26 16:04:31 +0000
commit5d2bb6df91c42dfe38cdcb3b1a95872269a2b9e5 (patch)
tree6be1f7d91067523f0bc3ce42d8c7ef4ded978ae9 /PKGBUILD
parente53a299fffc9df4a16b8d5a1a292880368345758 (diff)
downloadaur-5d2bb6df91c42dfe38cdcb3b1a95872269a2b9e5.tar.gz
bumped to version 0.80.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d741232de840..b08516c98936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.12
+pkgver=0.80.13
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=('da005212d5247e5c4ca375e0f8d537ca3f7c916a53c72c4e6a43940fdfb434e7')
+sha256sums=('52476a46b50c3a6e7afea7fa28ed85956b794e0db3cae1990b753fbe990aaaa9')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"