summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZoddo2023-11-13 22:07:25 +0100
committerZoddo2023-11-13 22:07:25 +0100
commitc64eda812e6b613bdfd5bd43a7f17d3a71bc50fc (patch)
tree421514fcf97ff60a3be0367adce94bd1a7cd6acd /PKGBUILD
parent92eb0c1e356676d8af23dc2fee3468824e01541f (diff)
downloadaur-c64eda812e6b613bdfd5bd43a7f17d3a71bc50fc.tar.gz
uppkg: discord 0.0.35-2: revert to electron24
Reverting to electron24 due to issues with wayland and electron25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28917795c25..46e3530fba6a 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=electron
+_electron=electron24
pkgname=${_pkgname}_arch_electron
pkgver=0.0.35
-pkgrel=1
+pkgrel=2
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
arch=('any')
provides=("${_pkgname}")