upgpkg: discord 0.0.57-2

* Temporarily downgrade Electron version to 30 again due to issues with window maximizing (#42560)
This commit is contained in:
Manuel 2024-06-24 23:00:10 +02:00
parent baa3d556c9
commit a86d11feb4
Signed by: SunRed
GPG key ID: 4085037435E1F07A
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
pkgbase = discord_arch_electron
pkgdesc = Discord using system provided electron for increased security and performance
pkgdesc = Discord using system provided electron30 for increased security and performance
pkgver = 0.0.57
pkgrel = 1
pkgrel = 2
url = https://discord.com
install = discord_arch_electron.install
arch = any
license = custom
makedepends = asar
makedepends = curl
depends = electron
depends = electron30
depends = libxss
optdepends = libpulse: Pulseaudio support
optdepends = libappindicator-gtk3: Systray indicator support

View file

@ -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}")