summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoddo2024-04-16 19:48:20 +0200
committerZoddo2024-04-16 19:48:20 +0200
commite39dfd8905399099441be1127a1c67b6d643b108 (patch)
tree465bda80c06ccb81617cf247e205e6d6ee9685ec
parentb8192ddf659da866894b19931d45103c2e779ef8 (diff)
downloadaur-e39dfd8905399099441be1127a1c67b6d643b108.tar.gz
uppkg: discord 0.0.49-2: Revert to electron29 while segfaults with electron30 are being investigated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dcc6653c8c3..05eff533e9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.49
- pkgrel = 1
+ pkgrel = 2
url = https://discord.com
arch = any
license = custom
makedepends = asar
- depends = electron
+ depends = electron29
depends = libxss
optdepends = libpulse: Pulseaudio support
optdepends = xdg-utils: Open files
diff --git a/PKGBUILD b/PKGBUILD
index ce81681be988..913a6bc38f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=electron29
pkgname=${_pkgname}_arch_electron
pkgver=0.0.49
-pkgrel=1
+pkgrel=2
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
arch=('any')
provides=("${_pkgname}")