upgpkg: discord 0.0.56-2: Bump to electron31

This commit is contained in:
Zoddo 2024-06-14 19:22:18 +02:00
parent 590539b129
commit 623d7073b7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 43E8D68722C7D376
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
pkgbase = discord_arch_electron
pkgdesc = Discord using system provided electron29 for increased security and performance
pkgdesc = Discord using system provided electron for increased security and performance
pkgver = 0.0.56
pkgrel = 1
pkgrel = 2
url = https://discord.com
install = discord_arch_electron.install
arch = any
license = custom
makedepends = asar
makedepends = curl
depends = electron29
depends = electron
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=electron29
_electron=electron
pkgname=${_pkgname}_arch_electron
pkgver=0.0.56
pkgrel=1
pkgrel=2
pkgdesc="Discord using system provided ${_electron} for increased security and performance"
arch=('any')
provides=("${_pkgname}")