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:
parent
55c9a770e5
commit
178705f41d
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,12 @@
|
|||
pkgbase = discord_arch_electron
|
||||
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
|
||||
pkgver = 0.0.41
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
arch = any
|
||||
license = custom
|
||||
makedepends = asar
|
||||
depends = electron27
|
||||
depends = electron26
|
||||
depends = libxss
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = xdg-utils: Open files
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,10 +4,10 @@
|
|||
# Contributor: johnnyapol <arch@johnnyapol.me>
|
||||
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
|
||||
_pkgname=discord
|
||||
_electron=electron27
|
||||
_electron=electron26
|
||||
pkgname=${_pkgname}_arch_electron
|
||||
pkgver=0.0.41
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
|
||||
arch=('any')
|
||||
provides=("${_pkgname}")
|
||||
|
|
Loading…
Reference in a new issue