upgpkg: discord-electron 0.0.104-2: update electron
Update Electron version to 37
This commit is contained in:
parent
ac7fcf65a5
commit
24b6f76af3
2 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
pkgbase = discord-electron
|
||||
pkgdesc = Discord using system provided electron (v36) for increased security and performance
|
||||
pkgdesc = Discord using system provided electron (v37) for increased security and performance
|
||||
pkgver = 0.0.104
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
install = discord-electron.install
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = asar
|
||||
makedepends = curl
|
||||
depends = electron36
|
||||
depends = electron37
|
||||
depends = libxss
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = libappindicator-gtk3: Systray indicator support
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgname=discord-electron
|
||||
_pkgname=discord
|
||||
pkgver=0.0.104
|
||||
pkgrel=1
|
||||
_electronver=36
|
||||
pkgrel=2
|
||||
_electronver=37
|
||||
_electronname="electron${_electronver}"
|
||||
pkgdesc="Discord using system provided electron (v${_electronver}) for increased security and performance"
|
||||
arch=('x86_64')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue