summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZoddo2024-01-24 20:41:12 +0100
committerZoddo2024-01-24 20:43:38 +0100
commit178705f41da070ad2010a0f22edc5063de463897 (patch)
treea109d5d2e09827e98e175fed94626d1e085eafcf /PKGBUILD
parent55c9a770e562205fc67f07158d5ad45e2bea4349 (diff)
downloadaur-178705f41da070ad2010a0f22edc5063de463897.tar.gz
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3289b6d15dde..d3ed072567bf 100644
--- a/PKGBUILD
+++ b/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}")