50
This commit is contained in:
parent
5008e4cc09
commit
c84a1971f3
@ -1,5 +1,5 @@
|
|||||||
name='discord-bin'
|
name='discord-bin'
|
||||||
version='0.0.49'
|
version='0.0.50'
|
||||||
release='1'
|
release='1'
|
||||||
desc='Discord (popular voice + video app) using the system provided electron for increased security and performance'
|
desc='Discord (popular voice + video app) using the system provided electron for increased security and performance'
|
||||||
homepage='https://discord.com/'
|
homepage='https://discord.com/'
|
||||||
|
@ -9,14 +9,14 @@ license=('MIT')
|
|||||||
provides=('pnpm')
|
provides=('pnpm')
|
||||||
conflicts=('pnpm' 'pnpm-git')
|
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')
|
checksum=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcfir}
|
mkdir ~/.npm
|
||||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user