From 178705f41da070ad2010a0f22edc5063de463897 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Wed, 24 Jan 2024 20:41:12 +0100 Subject: [PATCH] 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 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d45850c..d65457e 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 3289b6d..d3ed072 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,10 +4,10 @@ # Contributor: johnnyapol # Based off the discord community repo PKGBUILD by Filipe LaĆ­ns (FFY00) _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}")