upgpkg: discord-electron 0.0.80-2: update electron
* Update Electron version to 34
This commit is contained in:
parent
3665e9aaec
commit
335e3b688b
2 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
pkgbase = discord-electron
|
||||
pkgdesc = Discord using system provided electron (v33) for increased security and performance
|
||||
pkgdesc = Discord using system provided electron (v34) for increased security and performance
|
||||
pkgver = 0.0.80
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
install = discord-electron.install
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = asar
|
||||
makedepends = curl
|
||||
depends = electron33
|
||||
depends = electron34
|
||||
depends = libxss
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = libappindicator-gtk3: Systray indicator support
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgname=discord-electron
|
||||
_pkgname=discord
|
||||
pkgver=0.0.80
|
||||
pkgrel=1
|
||||
_electronver=33
|
||||
pkgrel=2
|
||||
_electronver=34
|
||||
_electronname="electron${_electronver}"
|
||||
pkgdesc="Discord using system provided electron (v${_electronver}) for increased security and performance"
|
||||
arch=('x86_64')
|
||||
|
|
Loading…
Add table
Reference in a new issue