upgpkg: discord 0.0.58-2: update electron
* Update Electron version to latest again as electron issue #42560 is fixed with 31.1.0
This commit is contained in:
parent
7473871e52
commit
d0f8fd0cc0
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = discord_arch_electron
|
pkgbase = discord_arch_electron
|
||||||
pkgdesc = Discord using system provided electron30 for increased security and performance
|
pkgdesc = Discord using system provided electron for increased security and performance
|
||||||
pkgver = 0.0.58
|
pkgver = 0.0.58
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://discord.com
|
url = https://discord.com
|
||||||
install = discord_arch_electron.install
|
install = discord_arch_electron.install
|
||||||
arch = any
|
arch = any
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = asar
|
makedepends = asar
|
||||||
makedepends = curl
|
makedepends = curl
|
||||||
depends = electron30
|
depends = electron
|
||||||
depends = libxss
|
depends = libxss
|
||||||
optdepends = libpulse: Pulseaudio support
|
optdepends = libpulse: Pulseaudio support
|
||||||
optdepends = libappindicator-gtk3: Systray indicator 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>
|
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
|
||||||
|
|
||||||
_pkgname=discord
|
_pkgname=discord
|
||||||
_electron=electron30
|
_electron=electron
|
||||||
pkgname=${_pkgname}_arch_electron
|
pkgname=${_pkgname}_arch_electron
|
||||||
pkgver=0.0.58
|
pkgver=0.0.58
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
|
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
|
|
Loading…
Reference in a new issue