upgpkg: discord 0.0.93-2: Rollback to electron35
For gnome (an derivatives) users, electron36 currently crash https://github.com/electron/electron/issues/46538 Rollback to electron35 until the upstream fixes the issue
This commit is contained in:
parent
695a82833a
commit
3d8c1b4b72
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord_arch_electron
|
||||
pkgdesc = Discord using system provided electron for increased security and performance
|
||||
pkgdesc = Discord using system provided electron35 for increased security and performance
|
||||
pkgver = 0.0.93
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = https://discord.com
|
||||
install = discord_arch_electron.install
|
||||
|
@ -9,7 +9,7 @@ pkgbase = discord_arch_electron
|
|||
license = custom
|
||||
makedepends = asar
|
||||
makedepends = curl
|
||||
depends = electron
|
||||
depends = electron35
|
||||
depends = libxss
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = libappindicator-gtk3: Systray indicator support
|
||||
|
|
4
PKGBUILD
4
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=electron35
|
||||
pkgname=${_pkgname}_arch_electron
|
||||
pkgver=0.0.93
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
|
||||
arch=('any')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue