discord-ptb: add nostrip to enable krisp support
for some reason, stripping the binaries completely removes the krisp noise suppression feature
This commit is contained in:
parent
39a8eebf50
commit
b2197f0a30
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'discord-ptb'
|
||||
pkgname=discord-ptb
|
||||
version=0.0.35
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64"
|
||||
hostmakedepends="w3m"
|
||||
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
||||
|
@ -16,6 +16,7 @@ _license_checksum=45e63af835972e94b311bc44d515ca11a919d6a8f127ec801267b0a8fba108
|
|||
nopie=yes
|
||||
restricted=yes
|
||||
repository=nonfree
|
||||
nostrip=yes
|
||||
|
||||
post_extract() {
|
||||
$XBPS_FETCH_CMD -o eula https://discord.com/terms
|
||||
|
|
Loading…
Reference in New Issue