summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2024-06-24 23:00:10 +0200
committerManuel Hüsers2024-06-24 23:00:10 +0200
commita86d11feb4a69f06e9d5baffc31f7c124615c17b (patch)
tree4aa13d6ff6667972e24ea0dc391d78652215c89e /PKGBUILD
parentbaa3d556c971bb511da9461dd5427fad433491f3 (diff)
downloadaur-a86d11feb4a69f06e9d5baffc31f7c124615c17b.tar.gz
upgpkg: discord 0.0.57-2
* Temporarily downgrade Electron version to 30 again due to issues with window maximizing (#42560)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6f4d4d97fc2..ca46a1ff5df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
_pkgname=discord
-_electron=electron
+_electron=electron30
pkgname=${_pkgname}_arch_electron
pkgver=0.0.57
-pkgrel=1
+pkgrel=2
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
arch=('any')
provides=("${_pkgname}")