uppkg: discord 0.0.41-2: downgrade to electron26

Downgrading to electron26 due to issues with wayland and electron27.

We can consider upgrading to electron28 when Discord will have fixed their
boostrap code to be compatible with electron 28+.

Reported-by: DodoGTA <aidas957@gmail.com>
This commit is contained in:
Zoddo 2024-01-24 20:41:12 +01:00
parent 55c9a770e5
commit 178705f41d
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: 43E8D68722C7D376
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
pkgbase = discord_arch_electron pkgbase = discord_arch_electron
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
pkgver = 0.0.41 pkgver = 0.0.41
pkgrel = 1 pkgrel = 2
url = https://discord.com url = https://discord.com
arch = any arch = any
license = custom license = custom
makedepends = asar makedepends = asar
depends = electron27 depends = electron26
depends = libxss depends = libxss
optdepends = libpulse: Pulseaudio support optdepends = libpulse: Pulseaudio support
optdepends = xdg-utils: Open files optdepends = xdg-utils: Open files

View file

@ -4,10 +4,10 @@
# Contributor: johnnyapol <arch@johnnyapol.me> # Contributor: johnnyapol <arch@johnnyapol.me>
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org> # Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
_pkgname=discord _pkgname=discord
_electron=electron27 _electron=electron26
pkgname=${_pkgname}_arch_electron pkgname=${_pkgname}_arch_electron
pkgver=0.0.41 pkgver=0.0.41
pkgrel=1 pkgrel=2
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance" pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
arch=('any') arch=('any')
provides=("${_pkgname}") provides=("${_pkgname}")