Update to 0.21.0-2
- Don't strip package to not break Krisp noise supression. FS#76334 Probably should have been enabled earlier foreign blobs don't like to be stripped. Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
This commit is contained in:
parent
41e0c16385
commit
8778f0b622
2 changed files with 6 additions and 2 deletions
5
.SRCINFO
5
.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
|
||||
|
|
3
PKGBUILD
3
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'
|
||||
|
|
Loading…
Reference in a new issue