upgpkg: discord 0.0.93-2: Rollback to electron35

For gnome (an derivatives) users, electron36 currently crash
https://github.com/electron/electron/issues/46538

Rollback to electron35 until the upstream fixes the issue
This commit is contained in:
Zoddo 2025-05-05 21:01:06 +02:00
parent 695a82833a
commit 3d8c1b4b72
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: D8BC117B5ED86DED
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = discord_arch_electron
pkgdesc = Discord using system provided electron for increased security and performance
pkgdesc = Discord using system provided electron35 for increased security and performance
pkgver = 0.0.93
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://discord.com
install = discord_arch_electron.install
@ -9,7 +9,7 @@ pkgbase = discord_arch_electron
license = custom
makedepends = asar
makedepends = curl
depends = electron
depends = electron35
depends = libxss
optdepends = libpulse: Pulseaudio support
optdepends = libappindicator-gtk3: Systray indicator support

View file

@ -7,10 +7,10 @@
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
_pkgname=discord
_electron=electron
_electron=electron35
pkgname=${_pkgname}_arch_electron
pkgver=0.0.93
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
arch=('any')