From c84a1971f31aba1b1275bea5187e7bd03e332fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Wed, 17 Apr 2024 00:57:08 +0300 Subject: [PATCH] 50 --- discord-bin/lure.sh | 2 +- pnpm/lure.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/discord-bin/lure.sh b/discord-bin/lure.sh index 719bdfb..043ec21 100755 --- a/discord-bin/lure.sh +++ b/discord-bin/lure.sh @@ -1,5 +1,5 @@ name='discord-bin' -version='0.0.49' +version='0.0.50' release='1' desc='Discord (popular voice + video app) using the system provided electron for increased security and performance' homepage='https://discord.com/' diff --git a/pnpm/lure.sh b/pnpm/lure.sh index 7d3199c..fe79121 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -9,14 +9,14 @@ license=('MIT') provides=('pnpm') conflicts=('pnpm' 'pnpm-git') -build_deps=('git') +build_deps=('npm') -source=("https://github.com/pnpm/pnpm/archive/refs/tags/v8.15.7.tar.gz") +source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz") checksum=('SKIP') build() { - cd ${srcfir} - curl -fsSL https://get.pnpm.io/install.sh | sh - + mkdir ~/.npm + } package() {