diff --git a/.SRCINFO b/.SRCINFO index a6995c5..8bb382d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Thu Nov 10 01:11:24 UTC 2022 pkgbase = discord_arch_electron pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance pkgver = 0.0.21 - pkgrel = 1 + pkgrel = 2 url = https://discord.com arch = x86_64 license = custom @@ -12,6 +14,7 @@ pkgbase = discord_arch_electron optdepends = xdg-utils: Open files provides = discord conflicts = discord + options = !strip source = https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.tar.gz source = discord-launcher.sh source = LICENSE.html::https://discord.com/terms diff --git a/PKGBUILD b/PKGBUILD index 0a01a67..f5a55f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,13 +7,14 @@ _pkgname=discord _electron=electron19 pkgname=${_pkgname}_arch_electron pkgver=0.0.21 -pkgrel=1 +pkgrel=2 pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance" arch=('x86_64') provides=('discord') conflicts=('discord') url='https://discord.com' license=('custom') +options=(!strip) depends=("${_electron}" 'libxss') makedepends=('asar') optdepends=('libpulse: Pulseaudio support'