upgpkg: discord-electron-bin 0.0.21-2
Don't strip package to not break Krisp noise supression. FS#76334
This commit is contained in:
parent
242661b737
commit
ac9b2e9d75
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord-electron-bin
|
||||
pkgdesc = Discord using system provided electron (v13) for increased security and performance
|
||||
pkgver = 0.0.21
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
@ -13,6 +13,7 @@ pkgbase = discord-electron-bin
|
|||
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
|
||||
sha512sums = 149ae5b8b7d92549e12eca52e45d3f5761ef022ae321cf33fadc3b56c4cee0616a5166380faea038256213713a7aa90e1befc4caa3e6a4de8e15c1cb1d8f925d
|
||||
|
||||
|
|
|
@ -14,13 +14,14 @@ _pkgname=discord
|
|||
_electron=13
|
||||
#_electron=19
|
||||
pkgver=0.0.21
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Discord using system provided electron (v${_electron}) for increased security and performance"
|
||||
arch=('x86_64')
|
||||
provides=("${_pkgname}")
|
||||
conflicts=("${_pkgname}")
|
||||
url='https://discord.com'
|
||||
license=('custom')
|
||||
options=('!strip')
|
||||
depends=("electron${_electron}")
|
||||
makedepends=('asar' 'curl' 'python-html2text')
|
||||
optdepends=(
|
||||
|
|
Loading…
Reference in a new issue