Disable debug, makepkg debug now breaks Ryujinx

This commit is contained in:
Christopher Snowhill 2024-03-25 12:57:47 -07:00
parent fa3111e22b
commit 8ea3462c02
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ryujinx-bin
pkgdesc = Experimental Nintendo Switch Emulator written in C# (master build channel release)
pkgver = 1.1.1242
pkgrel = 1
pkgrel = 2
url = https://github.com/Ryujinx/release-channel-master
arch = x86_64
license = MIT
@ -10,6 +10,7 @@ pkgbase = ryujinx-bin
conflicts = ryujinx
conflicts = Ryujinx
options = !strip
options = !debug
source = https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1242/ryujinx-1.1.1242-linux_x64.tar.gz
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg

View file

@ -2,7 +2,7 @@
pkgname=ryujinx-bin
pkgver=1.1.1242
pkgrel=1
pkgrel=2
pkgdesc='Experimental Nintendo Switch Emulator written in C# (master build channel release)'
arch=(x86_64)
url='https://github.com/Ryujinx/release-channel-master'
@ -10,7 +10,7 @@ license=('MIT')
depends=('dotnet-runtime')
provides=(ryujinx)
conflicts=(ryujinx Ryujinx)
options=('!strip')
options=('!strip' '!debug')
source=("${url}/releases/download/${pkgver}/ryujinx-${pkgver}-linux_x64.tar.gz"
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop'
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg'