uppkg: discord 0.0.35-2: revert to electron24

Reverting to electron24 due to issues with wayland and electron25
This commit is contained in:
Zoddo 2023-11-13 22:07:25 +01:00
parent 92eb0c1e35
commit c64eda812e
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 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
pkgbase = discord_arch_electron
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
pkgver = 0.0.35
pkgrel = 1
pkgrel = 2
url = https://discord.com
arch = any
license = custom
makedepends = asar
depends = electron
depends = electron24
depends = libxss
optdepends = libpulse: Pulseaudio support
optdepends = xdg-utils: Open files

View file

@ -4,10 +4,10 @@
# Contributor: johnnyapol <arch@johnnyapol.me>
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
_pkgname=discord
_electron=electron
_electron=electron24
pkgname=${_pkgname}_arch_electron
pkgver=0.0.35
pkgrel=1
pkgrel=2
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
arch=('any')
provides=("${_pkgname}")